-
This thread documents the progress on generating ExDoc documentation for Erlang projects.
## Current status
erszcz/edoc@0c81cea1b659ad9fd00993d25c9de9293c3651b0 can be used to generate chunks …
-
```
$ mix deps.get
inch_ex is missing its version requirement, use ">= 0.0.0" if it should match any version
Resolving Hex dependencies...
Dependency resolution completed:
Unchanged:
bunt 0.2.…
-
1. Opened Atom with my project.
2. Set a `Work Directory` in the settings `./tmp`, enabled `Lint On The Fly`, exited settings.
3. Prepared self for huge file copy while Atom froze...
4. Atom did not f…
-
1. With atom running and linter-elm-make installed and running, open an elm file (in a project with no Main.elm as there are multiple main files) and run the atom command of `Linter Elm Make: Set Main…
-
[Enter steps to reproduce below:]
1. open the atom editor having the `erlang-build` package enabled
**Atom Version**: 1.1.0
**System**: Mac OS X 10.10.5
**Thrown From**: [erlang-build](https://github…
rymir updated
8 years ago
-
Hello,
I added the plugin using Plug and it was working swimmingly! Until yesterday it just stopped working and starting giving me a 'formatting failed' error every time I save a file (I had set the …
-
### Elixir and Erlang/OTP versions
1.17.3, 1.15.7
### Operating system
any
### Current behavior
I noticed this crash report
```
** (MatchError) no match of right hand side value: {:__block_…
-
Running locally, the first log entry I see is a FORMATTER_CRASH.
Elixir 1.17.3
Erlang 27.1.1
mac OS Sequoia 15
```
2024-10-03T10:11:32.174028-06:00 notice: FORMATTER CRASH: {report,#{label =>…
-
**Describe the bug**
Function definitions ends up in a unique, long line.
Before formatting:
```erlang
handle_handoff_command(?FOLD_REQ{foldfun=FoldFun, acc0=Acc0}, _Sender,
…
-
**Is your feature request related to a problem? Please describe.**
Any logger handler that need to do something more in the handler and want to be overload protected will need to spawn the process.…