-
Emacs code formatter is both _de facto_ and _de jure_ the industry standard. I believe that people will be more eager to move to your IDE if it formats the code the way they used to.
-
**Describe the bug**
Elixir and erlang installed via asdf. When running a test, an error appears as follows:
```
/Users/matthewgibson/.asdf/installs/erlang/23.2.4/bin/erl -pa /Users/matthewgibson…
-
From https://github.com/erlang-ls/erlang_ls/issues/1168
I've got the following macro:
```erlang
% note the parens:
-define(METRICS, (application:get_env(?APP, metrics_module, ?DEFAULT_METRICS_…
-
I've created simple project rooted at ~/Documents/Erlang with only one file:
`~/Documents/Erlang/test/src/test.app.src/test.erl`
```
-module(test).
-export([start/0]).
start() ->
"1".
```
When I…
-
**Describe the bug**
When running `mix help igniter.new` it clearly states that any unknown options are passed into the underlying "new task":
```
Creates a new project using mix new, and adds ig…
-
Documentation states, that it's possible to use module and function placeholder in log formatter config:
https://github.com/basho/lager/blob/3.1.0/README.md#custom-formatting
The placeholders pid, fi…
-
I've got the following macro:
```erlang
% note the parens:
-define(METRICS, (application:get_env(?APP, metrics_module, ?DEFAULT_METRICS_MODULE))).
% ^ …
-
I didn't find any command to make it auto indent to be a beautiful format..
please help, any shortcut will be great
-
Common Lisp
* I think the CL community usually uses Slime autoindent in Emacs
* https://github.com/russellw/lisp-format
Scheme - https://github.com/russellw/scheme-format/ how easy is this to ins…
-
**Describe the bug**
When I debug code that needs some environment variables, they are not found.
When I run automated tests with the very same configuration template, the variables are found.
**…