-
Lorsque je fais `mix test` après un `mix clean`, je n’ai pas de warnings, si j’enchaîne avec `mix check_all` j’en ai. L’appli est bizarrement recompilée lors du `mix check_all` alors qu’aucun fichier …
-
# Bug report
- [x] I confirm this is a bug with Supabase, not with my own application.
- [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://gith…
-
When working on projects using `asdf`, I typically use Erlang in addition to Elixir and NodeJS, for instance.
Both Elixir and NodeJS are very quick to install, while Erlang is much, much longer (a …
-
Any reason why there are no tagged images for OTP 26? I was trying to use `elixir:1.15.4-otp-26`, but it does not exist...
It seems like only latest is using OTP 26 :thinking:
https://github.co…
-
### What happened?
As you can see on this sentry issue : https://lenra-br.sentry.io/issues/4984414382/?project=5633085
Some app errors are redirected to server as server's errors because of error …
-
Thanks for this great example and walkthrough! I found your work here very helpful.
This example repo will throw a breaking error on **Elixir 1.12 compiled with Erlang/OTP 24** due to a breaking ch…
-
Repo:
https://github.com/simonelnahas/lfe_test
```
# mix.exs
defmodule LfeTest.MixProject do
use Mix.Project
def project do
[
app: :lfe_test,
version: "0.1.0",
…
-
A friend of dwyl asked the following question in our "chat" system:
![question-using-elixir-rest-api](https://user-images.githubusercontent.com/194400/49619100-06012280-f9b3-11e8-96a1-bf929b17bf08.…
-
@krainboltgreene so there are several things that would need to be done to get performance tracing working with `sentry-elixir`. This SDK was so far handled by the community so it is not on par with w…
-
### Current behavior
During a debug session thru ElixirLS Debugger there is a huge spike in memory usage during Ecto's query.
Loading the index page (no queries) the memory spike is under a gigaby…