-
### Elixir version
1.14.1
### Database and Version
PostgreSQL 14
### Ecto Versions
ecto 3.9.2
### Database Adapter and Versions (postgrex, myxql, etc)
postgrex 0.16.5
### Current behavior
The…
-
As a person with a _lot_ of different tasks,
I would like a way of reordering the list of timers
So that I can ensure my most important tasks are captured at the top so that I don't lose any import…
-
**Describe the bug**
```elixir
iex(19)> App.Resources.SomeResource.get_by_actor(actor: my_user, load: [:accounts])
{:ok,
#App.Resources.SomeResource<
accounts: [],
accounts_join_assoc: …
-
Hey @davydog187 👋
I had a quick look and would like to share some thoughts:
1. I agree with you that this project could/should support all [Postgres Ranges](https://www.postgresql.org/docs/curr…
-
# Bug report
I'm encountering several problems when running the docker compose file from the repo, following the procedure with an external database.
## Describe the bug
### 1 Database connect…
-
Hello everyone.
I'm configuring the lib in a project, but when I try to compile, I receive the following error
```
** (UndefinedFunctionError) function :rbnf_lexer.string/1 is undefined (module…
-
Hi there! First off thanks for maintaining such a useful library for the community.
I had been running `fun_with_flags` using a custom Postgrex adapter to handle notification updates. The goal was…
-
### Environment
* Elixir version (elixir -v):
```
Erlang/OTP 22 [erts-10.7.2.1] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [hipe]
Elixir 1.10.3 (compiled with Erlang/OT…
-
added ash_admin as a depencency to the project and got this error
```
➜ tryash git:(main) ✗ mix deps.compile ash_admin
warning: the :phoenix compiler is no longer required in your mix.exs.
Pl…
-
I have
```elixir
config :my_app, MyApp.Repo,
migration_primary_key: [type: :binary_id],
migration_foreign_key: [type: :binary_id]
```
(which sets it to `uuid` type in DB)
```elixir
…