-
When I am saving a file (for Phoenix / Elixir), I get an Error:
Elixir Formatter Error
Error: spawnSync mix ENOENT
And it is not formatting the code.
-
Consider the following code snipet:
```
NewList = case lists:keyfind(Key, 1, List) of
false ->
lists:umerge(fun({_Key1, Val1}, {_Key2, Val2}) ->
…
-
Is there any support for the config.src format?
When I run the formatter against sys.config.src it puts it the whole config onto a single line - is this format not supported, or do I need to tweak my…
-
Short version of the story is that we are using RabbitMQ server and from time to time it loses all connections to all clients and these events accompanied with exceptions that have references to lager…
dimas updated
6 years ago
-
Currently, `default_formatter` formats this code…
```erlang
-type x() :: {a, very, long, thing} | {another, very, long, thing} | [yet | another | very | long | thing].
-spec x() -> {a, very, lo…
-
### Elixir and Erlang/OTP versions
Erlang/OTP 27 [erts-15.0.1] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit]
Elixir 1.18.0-dev (0e052fd) (compiled with Erlang/OTP 27)
### Op…
-
When using `recon_trace:calls`, I don't get any (meaningful) output on OTP26. Empty lines are printed for every function call, but I can't see the actual trace output:
```
$ rebar3 shell
===> Ver…
-
## Issue
Trying to stub the `Integer.to_string/2` method does not work.
## Environment
- Elixir 1.11.4 (compiled with Erlang/OTP 23)
- Erlang/OTP 24 [erts-12.0.3] [source] [64-bit] [smp:8:8] [ds…
-
Original reporter: `bucko909`
Affected version: `Not Specified`
Component: `Not Specified`
Migrated from: https://bugs.erlang.org/browse/ERL-1197
---
```
I've been trying to make a new handler to s…
-
This was asked on Gitter and I decided to describe how we do this and start discussion of possible directions.
We
- use lager;
- mainly use ocp;
- log with tags - here a simple macro wrapper wa…