Steve Pallen
Steve Pallen
Great suggestion. I'm open to a PR. Otherwise, perhaps someone from the community can help out.
I prefer not to add additional dependencies, especially for a feature that will not be used for many users. I think the simplest solution would be to dedicate one node...
This seems to be a very common pattern for a clustered solution. So, I would expect this problem to already be solved in either the Elixir or Erlang community. Can...
Check out [ex_admin_demo](https://github.com/smpallen99/ex_admin_demo) project for an example.
As @edevil points out, you could remove the Agent cache and hit the database each time, presuming the nodes share the same DB. This will add the overhead of a...
I have this feature on a private branch. I'll see if I can get some time to merge it. BTW, it only works in dev builds so there shouldn't be...
@sublimecoder I hear you. I'll spend some time reviewing PRs today.
I closed a bunch of PRs last week. Since then there has only been one new PR submitted which I just merged now. Everyone is welcome to submit PRs, and...
I have this functionality in a project I built for work. The code contains on domain specific logic I will have to remove... I'll take a look at it soon.
I'm sorry, but I don't understand the question. Please elaborate.