-
-
Hi,
Just raising the suggestion following a discord discussion with @sleipnir. Vaxine (https://vaxine.io) is a project developing a rich-CRDT database, building on https://antidotedb.eu, with the c…
-
I haven't been able to figure out how to shut off the default non JSON error logging, so that the error is only logged in the JSON format instead of the default + JSON formats.
-
Hi, I'm having some issues with the config being set when using mailgun from within a library I'm building, it's very possible I'm at fault here but I'm new to Elixir so maybe you can point me in the …
-
This is more an open discussion than an issue.
With domains, I was successfully able to build an in-memory pubsub with domainslib channels at [repo](https://github.com/dangdennis/opubsub/blob/main/…
-
HTTP Header names are case insensitive, but Hackney returns a proplist of headers and the obvious way to extract a value `proplists:get_value` is case sensitive.
I would suggest either normalizing th…
-
I believe putting each adapter's dispatch into an async job queue would be best; but, I'm not sure how to best go about this in the idiomatic way (GenServer/GenEvent?, External Job Queue Module?, Some…
-
Whenever I published a message on a subscription it always publishes two messages instead of one. It only happens when the `phoenix_pubsub_redis` adapter is used for the pubsub. If I use the PG2 adapt…
-
I'm using recent versions of Erlang and Elixir:
maurice@tessy> elixir -v
Erlang/OTP 19 [erts-8.0] [source] [64-bit] [smp:2:2] [async-threads:10] [kernel-poll:false]
Elixir 1.3.1…
-
**Describe the bug**
`flyctl` fails to launch app and exits without useful diagnostics:
```
Running Docker release generator
Error: failed running /opt/homebrew/bin/mix phx.gen.release --docker: e…