Neven DREAN
Neven DREAN
A field with type DECIMAL is converted to a string "decimal".
When creating a new client OAuth ID for server call, I experienced that Google doesn't ask to define the callback.
I use `{:phoenix, "~> 1.6.6"}` with `project[:elixir] = 1.13` and `{:yggdrasil, "~> 6.0"}` and `config :yggdrasil, postgres: [hostname: "localhost"]` I tested [the "pg_notify" example](https://thebroken.link/yggdrasil-easy-pub-sub-in-elixir/#0): ```bash iex> Yggdrasil.subscribe(name: "new_books", adapter: :postgres,...
Thanks for your product! I want the modal to set the "sign in" tab by default when opening. I I don't see how I can achieve this.
This is just an open question. I believe that Phoenix ships three ways for real-time "pubsubing": Channels, Phoenix.PubSub and MyAppWeb.Endpoint. I imagine there are all abstractions above the same Phoenix.PubSub,...
Nice job! I wrote [this](https://dev.to/ndrean/notes-on-liveview-components-and-js-interactions-22gh) for myself, nothing glorious, just notes with a different perspective, which I expect to be correct. To push things further and follow you, refactor this...
### Environment * Elixir version (elixir -v): * Phoenix version (mix deps): 1.16.12 * Phoenix LiveView version (mix deps): 0.18.1 * Operating system: ### Actual behavior When submit several times...
Today, I made the distributed version of this as [your link](https://github.com/fly-apps/phoenix-liveview-cluster/blob/master/lib/counter_web/live/counter.ex) is dead. This means you run each app on a different port and cluster them and everything works. I...
This video is interesting. It explains how you can build - mimic - a Phoenix REST API backend using WS-Channels (stateful) . Instead of running a one shot HTTP requests...
I have this warning, several times when compiling. The code however works (I use it embedded in Cloak). ```elixir warning: unknown warning option '-Wno-format-truncation' [-Wunknown-warning-option ```