Adam Lindberg
Adam Lindberg
It would be nice if the `short` and `long` options for arguments could take atoms, or at least throw errors if they won't. I had this configuration: ```erl #{ arguments...
**Describe the bug** A `Bound variable in pattern: Var` error is generated for maybe expressions that bind a variable in their `else` patterns: ```erlang foo() -> maybe foo ?= bar()...
**Describe the bug** A clear and concise description of what the bug is. When putting the cursor on a function definition, Erlang LS will highlight the calls in the module....
## Issue description When having two tabs, with the first having two panes of which one is in fullscreen, pressing Alt→ does not move to the second tab. The following...
### Check for existing issues - [X] Completed ### Describe the feature It would be nice if more advanced features such as variables and transforms were supported [as specified in...
When formatting a module containing a macro with an argument that is put inside a binary, a compilation error is generated: ```erl -module(my_module). -export([func/2]). -define(BIN(Arg), ). func(uuid, ?BIN(A:8)) -> A....
### Version 0.12.25 (20240912.103915) ### Operating System Mac OS X ### Distribution Method dmg (Apple Silicon) ### Describe the issue I have a project that has a local virtual branch...
### Version 0.12.23 (20240903.112227) ### Operating System Mac OS X ### Distribution Method dmg (Apple Silicon) ### Describe the issue Creating a virtual branch, setting a specific (different) branch name...
Trying to decode `00000000-0000-1000-8000-000000000000` results in a _500 | Server Error_ page: https://www.uuidtools.com/api/decode/00000000-0000-1000-8000-000000000000
**Describe the bug** In projects using Rebar 3 with dependencies that supply a behavior, the following warning is generated: ``` src/module.erl: 4:1 warning behavior thebehaviour undefined ​Compiler ``` **To Reproduce**...