Adam Lindberg
Adam Lindberg
When using sigils in ignored expressions, `erlfmt` crashes. The following module: ```erlang -module(sigil). -export([f/0]). % erlfmt:ignore f() -> ~"foo". ``` will crash with the following error: ```console $ rebar3 fmt...
1. Which driver are you using and version of it (Ex: PostgreSQL 10.0): Server: > PostgreSQL 17.0 (Debian 17.0-1.pgdg120+1) on aarch64-unknown-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit Driver: _No...
**Describe the bug** When using the scrolling mode, keyboard shortcuts like gg or G are bound to QWERTY and not the keyboard layout the user actually has activated. **Steps to...
**Is your feature request related to a problem? Please describe.** When refactoring code, I sometimes cut out some expressions from one place, then right and there replace them with a...
**Is your feature request related to a problem? Please describe.** When trying to style the log nodes with custom characters, the log node of hidden ancestors is not overridable. **Describe...
### Describe the bug OrbStack GUI is just showing a spinner and "Starting" forever. The menubar icon reports "Status: Starting". It never completes. ### To Reproduce Not sure how I...
One noticeable thing missing from ELP, when switching from erlang-ls, is code formatting. It would be nice if ELP could format code using erlfmt (reading any relevant configuration from `rebar.config`...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Description of the bug When running `git-cliff --bumped-version` it outputs the version into...
`rebar3 fmt` is documented to work with multiple files: ``` Usage: rebar3 fmt [-h] [-v] [-w] [-o ] [--verbose] [-c] [--print-width ] [--require-pragma] [-i] [--delete-pragma] [--range ] [--exclude-files ] []...