-
### Environment
- Oban Version - 2.18.3 , oban_pro 1.4.13
- PostgreSQL Version - 14.13
- Elixir & Erlang/OTP Versions - Elixir 1.17.2, Erlang 27.0.1
- ecto - 3.12.4
- ecto_sql - 3.12.1
- postg…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### What happened?
[NOT AN ISSUE WITH NEW VERSION, PROBLEM PRESENT BEFORE]
I am experiencing persistent iss…
-
I'm attempting to get [Oban's new MySQL engine](https://github.com/oban-bg/oban/blob/main/guides/introduction/installation.md#mysql) running on [PlanetScale](https://planetscale.com/) and am hitting a…
-
### Environment
- Oban v2.17.10, Oban.Pro v1.4.9
- Elixir 1.16.2 (compiled with Erlang/OTP 26)
### Current Behavior
Previously, we had a queue declared in following way:
```elixir
my_queue…
up2jj updated
3 weeks ago
-
**Describe the bug**
[v1.203.0](https://github.com/supabase/cli/releases/tag/v1.203.0) will not start without either:
disabling health checks
`supabase start --ignore-health-check`
or disablin…
-
**Describe the bug**
When I choose an extremely long Project Name, the change is just dropped. I save the change, but the title stays as it was.
What happens is that the text is too long for the dat…
-
### Elixir version
1.16.2
### Database and Version
PostgreSQL 14.9
### Ecto Versions
ecto: 3.11.2, ecto_sql: 3.11.3
### Database Adapter and Versions (postgrex, myxql, etc)
postgrex: 0.18.0
##…
-
In the Readme and mix.exs there's no mention of `phoenix_ecto` but trying to edit a resource without `phoenix_ecto` loaded results in an exception like:
```
** (Protocol.UndefinedError) protocol…
-
## ACCOUNT_CLOAK_KEY
https://hexdocs.pm/cloak_ecto/generate_keys.html
```
docker run -it --name elixir --entrypoint bash elixir:1.17.3
```
mix.exs
```
defmodule YourApp.MixProject do
use…
-
An APS client with a number of repos in their app recently asked if it's possible to have ash_postgres honour Ecto's `:priv` config value. I think we should both honour that value, but also allow conf…