Seungjin Kim

Results 5 issues of Seungjin Kim

I wanted to ask how you would re-hydrate the ets table when the BEAM restarts. Case in point, something like Kubernetes managed deployment, triggered by CI/CD. What kind of temporary...

Just followed the how-to. On Mojave (10.14.6). `Alt-l` for downcasing just goes to start of first word on the right. upcasing (`Alt-u`) works.

- Expaneded the GenServer-ness of the DefaultStrategyTemplate - Changed some of the behavior callback arity - Created DynamicSupervisor and Registry to be used - Added tests to show examples of...

Polling is a bit more idiomatic when done inside GenServer. Also, having GenServer sets the setting for dynamic spinning up of strategy modules. As-is, it can't, because EtsCache needs to...

In your example I think the use of pow was mainly to get a basic user auth flow going. I think with `phx.gen.auth`, it seems pow doesn't really need to...