user20230119
user20230119
Please, update v2.5.2 to a v2.5.3 release with the bug fix #76 for those of us maintaining scripts with package.json that limit jsonexport to v2.x.x. I migrated a script that...
**Is your feature request related to a problem? Please describe.** Right now it is not possible to use a generic action with `ash_json_api` unfortunately **Describe the solution you'd like** Add...
Related issues - https://github.com/elixir-ecto/tds/issues/150 - https://github.com/elixir-ecto/db_connection/issues/295
Does anyone know why I'm getting these tcp_closed errors on Azure? If I set the pool_size to 1, the connection closes about every 2 minutes. I have the same Docker...
What can we do after catching `Error: _flushSync took too long`? Can we retry flushing or is the data lost from `write`?
**Describe the bug** Admin content is blank. ``` admin:7112 LiveView asset version mismatch. JavaScript version 0.20.17 vs. server 1.0.0-rc.6. To avoid issues, please ensure that your assets use the same...
I get the following error when I use [dynamic repositories](https://hexdocs.pm/ecto/replicas-and-dynamic-repositories.html#dynamic-repositories). ```elixir defmodule MyApp.Repo do use Ecto.Repo, ... def with_dynamic_repo(credentials, callback) do default_dynamic_repo = get_dynamic_repo() start_opts = [name: nil, pool_size: 1]...