Bryan Tomlin
Bryan Tomlin
### Is this the right repo? I think so. ### Environment Most of this can be filled out by running the VSCode command (by default bound to Ctrl+Shift+P) "ElixirLS: Copy...
It looks like Ecto expects drivers to implement a function called `execute_ddl` that doesn't exist in mongodb_ecto. When running `mix ecto.migrate` that method it called in order to create the...
Using `embedded_schema` like in the example below always just ends up with a null `_id` in the database. I would expect it to populate the object id just like it...
### Environment * Elixir version (elixir -v): 1.14.5 * Phoenix version (mix deps): 1.7.2 * Phoenix LiveView version (mix deps): 0.19.2 * Operating system: macOS Ventura 13.4 * Browsers you...
Whenever changing the state in an Active Record model after_create callback there is always a duplicate entry in the audit trail. The same thing happens when changing the state in...
Currently Tailwind is hard-coded to an old version (3.something) when using the cli and executing `htmgo template`. It would be nice if it defaulted to the latest version and could...