luka-TU
luka-TU
The library does not seem to work with the rather new (Google Identity Service)[https://developers.google.com/identity/gsi/web/guides/overview]. Example of the callback request: ```elixir [info] POST /auth/google/callback [debug] Processing with AppWeb.OauthController.callback/2 Parameters: %{"clientId" =>...
### Environment * Elixir version (elixir -v): all * Phoenix version (mix deps): all * Phoenix LiveView version (mix deps): all * Operating system: macOs * Browsers you attempted to...
Is it possible to add `heex` to the list of supported template extensions? See https://hexdocs.pm/phoenix_live_view/assigns-eex.html
**Versions Used** Kaffy: `0.9.3` Phoenix: `1.6.12` Elixir: `1.14.0-otp-25` **What's actually happening?** I use `Ecto.Enum` fields and it seems that it is possible to update it, but the saved result is...
There is a method to register a worker: `await register(await connect())`. Could you add a method to deregister it as well? Thank you!
Hi! Is this project still active?