Seungjin Kim
Seungjin Kim
Any updates on this one? It's a blocker for us at our company too - I'm having to copy and create our own modified Index, Bulk and mix tasks for...
@victorolinasc I like all of your decisions, and yeah having read #37 I see what you mean. I am all for a 2.0 for this very important library. I don't...
@victorolinasc I've applied your changes. Oh awesome! Yes I would very much like to try my hand in creating the strategy that creates other strategies dynamically. I'll write one up...
@victorolinasc I started working on the dynamic supervisor route, and have realized what more to change in DefaultStrategyTemplate to make it work for both "standalone" and in dynamic supervisor mode....
Alright I'm done, I actually changed a lot more and made it useable for when it is needed to be run for dynamically starting strategies. https://github.com/joken-elixir/joken_jwks/pull/39 will include and expand...
Question: how were you able to redefine `poll()` only from the `JokenJwks.DefaultStrategyTemplate`? Or did you copy the entire code from `JokenJwks.DefaultStrategyTemplate` to create the changes? Your needs are more aligned...
Did you add `MyApp.Account.GoogleStrategy` to your children list in the `MyApp.Application` module? Unless you start it, the `:ets.new()` won't be run, meaning `:ets.lookup` won't work, because the table isn't created...
I created a fix PR: https://github.com/joken-elixir/joken_jwks/pull/68 to prevent table creation if ETS table already exists. That will at least not trigger the `table name already exists` error. FYI @victorolinasc @wbyrnetx
I have the exact same issue with the exact same wifi driver. How did you get access to the `iex` terminal if your WIFI doesn't work? Via wired connection?
This is really cool! How would this interact with Membrane Framework?