Jason Pollentier
Jason Pollentier
Recent elixir versions use a config scheme that's easier to understand, with a clear separation between compile-time and runtime configutation: https://hexdocs.pm/mix/Mix.Tasks.Release.html#module-runtime-configuration We should update the template to match this setup...
This should give us lots more useful query info in our live dashboard. https://github.com/pawurb/ecto_psql_extras https://github.com/phoenixframework/phoenix_live_dashboard/blob/master/guides/ecto_stats.md NOTE: we'll probably have to update LiveView and use the latest LiveDashboard for this to...
We should either fix it or rip it out, depending on whether the team sees value in it. We decided no, so we're going to remove all of that infrastructure....
## Description There's reason to believe the current Pow configuration will fail intermittently in multi-node setups (particularly password reset) because the cache is backed by ETS and is therefore local...
We recently upgraded to Elixir 1.15 and noticed that certain errors like LiveView process crashes were no longer being sent to Rollbar despite having `enable_crash_reports` enabled. The problem appears to...
## :rotating_light: The automated release from the `master` branch failed. :rotating_light: I recommend you give this issue a high priority, so other packages depending on you can benefit from your...
Connects to #185 - [X] Test case illustrating the example - [ ] Actually fix it 😄 ### Notes - I tried several iterations to arrive at this repro, and...
Since this project is receiving active contributions, we need to put in place some better structure: - Contributing file - Issue template - PR template - include issue reference... open...