Latest #plug-conn Threads Top

sezaru
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
Rya
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
hamir-suspect
Previously when building a plug pipeline you could use builder_opts/0 to “forward” plug Guardian.Plug.Pipeline, builder_opts() but now ...
New
sezaru
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
Zanius
Stream.iterate(initial_page(url, auth, pit_id), &next_page(url, auth, &1)) |> Stream.take_while(&(&1 != :eof)) ...
New
coen.bakker
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
fireproofsocks
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
silverdr
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
silverdr
While continuing my getting used to Elixir testing approaches venture I encountered a “scratch-my-head” type of issue when upon testing a...
New
silverdr
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 Top

This Month's Trending Top

This Year's Trending Top

sezaru
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 Top

coen.bakker
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
sezaru
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
Zanius
Stream.iterate(initial_page(url, auth, pit_id), &next_page(url, auth, &1)) |> Stream.take_while(&(&1 != :eof)) ...
New
hamir-suspect
Previously when building a plug pipeline you could use builder_opts/0 to “forward” plug Guardian.Plug.Pipeline, builder_opts() but now ...
New
Rya
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 Top

silverdr
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
silverdr
While continuing my getting used to Elixir testing approaches venture I encountered a “scratch-my-head” type of issue when upon testing a...
New
tjstankus
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
silverdr
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
Hizqeel
Hi, I am writing an authentication plug, upon failure I am rendering to 403 error page case claims do {:ok, claims} -> ...
New
fireproofsocks
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
johnnyicon
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
smolcatgirl
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
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement