Pete Corey
Pete Corey
Hi, Take a look at my example Gist: https://gist.github.com/pcorey/8736bc682c19cefb17fc In this example, there are two routes associated with Items: mypages_page and mypages_home0 Ideally, I'd like to be able to specify...
I'm using finch `0.17.0` working with HTTP1 connections and a pool configuration like this: ```elixir pools: %{ default: [ size: 50, count: 1, pool_max_idle_time: :timer.seconds(120), conn_max_idle_time: :timer.seconds(120), start_pool_metrics?: true ]...
When being used as a drop-in admin panel, sometimes the existing system isn't using the normal `admin` role to identify administrators. In my case, `Admin` was being used, but it's...