Latest #plug-conn Threads 
I have a route where I need to receive an uploaded image and a json payload, to do that, I’m using multipart/form-data.
The issue is tha...
New
I’m trying to create a controller function that returns a view of the currently logged in user. I use guardian for authentication, and sa...
New
Previously when building a plug pipeline you could use builder_opts/0 to “forward”
plug Guardian.Plug.Pipeline, builder_opts()
but now ...
New
I have a controller that will generate a zip file on-demand and send that to the user using Conn.chunk/2:
defmodule CoreWeb.Export.Appoi...
New
Stream.iterate(initial_page(url, auth, pit_id), &next_page(url, auth, &1))
|> Stream.take_while(&(&1 != :eof))
...
New
I sometimes have to log a user in at the top of all the tests of a describe block. Like so:
describe "some set of tests" do
test "A", ...
New
It’s bit a hot minute since I worked with Absinthe and GraphQL…
I’m wondering where you can access request data, e.g. the session ID or...
New
Given that HTTP/1.1 RFC says:
HTTP header fields, […] follow the same generic format as that given in Section 3.1 of RFC 822 [9]. Each ...
New
While continuing my getting used to Elixir testing approaches venture I encountered a “scratch-my-head” type of issue when upon testing a...
New
Let’s say I have a helper function called not_found/1, which looks something like:
def not_found(conn) do
conn
|> put_status(404)
...
New
This Week's Trending
This Month's Trending
This Year's Trending
I have a route where I need to receive an uploaded image and a json payload, to do that, I’m using multipart/form-data.
The issue is tha...
New
Last Three Year's Trending
I sometimes have to log a user in at the top of all the tests of a describe block. Like so:
describe "some set of tests" do
test "A", ...
New
I have a controller that will generate a zip file on-demand and send that to the user using Conn.chunk/2:
defmodule CoreWeb.Export.Appoi...
New
Stream.iterate(initial_page(url, auth, pit_id), &next_page(url, auth, &1))
|> Stream.take_while(&(&1 != :eof))
...
New
Previously when building a plug pipeline you could use builder_opts/0 to “forward”
plug Guardian.Plug.Pipeline, builder_opts()
but now ...
New
I’m trying to create a controller function that returns a view of the currently logged in user. I use guardian for authentication, and sa...
New
Trending Over Three Years
Let’s say I have a helper function called not_found/1, which looks something like:
def not_found(conn) do
conn
|> put_status(404)
...
New
While continuing my getting used to Elixir testing approaches venture I encountered a “scratch-my-head” type of issue when upon testing a...
New
I’ve got code to verify webhook signatures that’s similar to the code examples in this Dashbit article. In the dev environment, it works ...
New
Given that HTTP/1.1 RFC says:
HTTP header fields, […] follow the same generic format as that given in Section 3.1 of RFC 822 [9]. Each ...
New
Hi, I am writing an authentication plug, upon failure I am rendering to 403 error page
case claims do
{:ok, claims} ->
...
New
It’s bit a hot minute since I worked with Absinthe and GraphQL…
I’m wondering where you can access request data, e.g. the session ID or...
New
Hi all, working with LiveView and the code generated by phx.gen.live. I’m also working with code generated by phx_gen_auth for my authent...
New
Hi,
I have a app that can take uploads like profile pictures. But users should also be able to upload json, xml and csv files with data ...
New
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #elixirconf
- #discussion
- #javascript
- #podcasts
- #code-sync
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #api
- #processes
- #forms
- #metaprogramming
- #security
- #performance
- #hex







