Dan Schultzer

Results 190 comments of Dan Schultzer

Thanks @e-t-l! You're correct, this project is no longer maintained. There's likely a bunch of work to be done to get it up to date with electron and switching out...

> According to the oAuth 2 Security BCP, PKCE is a requirement, not just recommendation Good to know! I'll review this again, and get PKCE support in ASAP.

I don't use the mix formatter as I feel it makes the code less readable (I don't believe elixir/phoenix/ecto is using it either), but I do agree it would be...

Yeah, it's [required in the ecto schema](https://github.com/danschultzer/ex_oauth2_provider/blob/v0.5.5/lib/ex_oauth2_provider/applications/application.ex#L29), but it does make sense to make it optional. Let me look at this when I get some free time. The default would...

Does it work if you restart without deleting the Mnesia disk files?

What is the log for the app when the CrashLoop occurs? The same as above with `:nxdomain` error? Also when you say master node tables, what do you refer to?...

Thanks for the detailed description @bitwalker! @gabrielrinaldi has mentioned to me in the elixir slack channel that https://github.com/Shopify/kubernetes-deploy is used for deploys . The Mnesia cache in Pow [is a...

Thanks for the excellent response @bitwalker! That makes a lot of sense. I found this blog post that goes into StatefulSet with Cassandra cluster which I think is what is...

I could use this. @stavro wdyt?

Also, this can be run now to speed up benchmark: `npm run benchmark -- --preprocessors opencv --verbose` Useful for testing. With the current seed of `474523310` I get 70% success...