-
### Environment
* Elixir & Erlang versions (elixir --version):
Tested with both :
```
Erlang/OTP 27 [erts-15.0] [source] [64-bit] [smp:24:24] [ds:24:24:10] [async-threads:1] [jit:ns]
Elixir …
-
### Environment
* Elixir & Erlang/OTP versions (elixir --version):
* elixir 1.17.2-otp-27
* erlang 27.0.1
* Which version of Dialyxir are you using? (cat mix.lock | grep dialyxir):
` "dialy…
-
### Is this the right repo?
This is specifically a request for this repo
### Environment
* Elixir & Erlang versions (elixir --version): Erlang/OTP 26 [erts-14.2.5] [source] [64-bit] [smp:10:1…
-
:wave:
Not sure if this is a known issue but the performance overhead of the code in [`RedactorEncode`](https://github.com/Nebo15/logger_json/blob/master/lib/logger_json/formatter/redactor_encoder…
-
I have seen threetwo issues with the use of `spectest`:
1. It generates a deprecation warning under Elixir 1.17. This is resolved in 0.13.7.
2. `spectest` should be exported in `.formatter.exs` …
-
There are quite a few places where the code can be updated. These include new features of Elixir/Erlang, removal of deprecated stuff or rewriting code in a way that aligns with the latest trends.
-…
-
**Describe the bug**
If the parser fails to correctly parse a form (e.g. due to macros), it will (silently) destroy the formatting of the function. This is very bad, as it renders the formatter very …
-
### Environment
* Elixir version (elixir -v):
```
Erlang/OTP 26 [erts-14.2.2] [source] [64-bit] [smp:16:16] [ds:16:16:10] [async-threads:1] [jit:ns]
Elixir 1.16.2 (compiled with Erlang/OTP 26)…
-
I tried running `./emqtt_bench conn -c 50000 -i 10` on my local machine. And after about 1000 connections it keeps showing
```
connected: 1003DEFAULT FORMATTER CRASHEDDEFAULT FORMATTER CRASHEDDEFA…
-
I am using lager. This is my config.
There is an `erlang.log` file being created in the log folder which is essentially duplicating stuff that is in `debug.log`. Could you tell the reason for its c…