Adam Lindberg
Adam Lindberg
**Describe the bug** When including a non-existing header file, like so `-include_lib("foo/include/file.hrl").`, a warning about unused includes is generated even though the file doesn't exist (including the correct error). **To...
**Describe the bug** Configuring and using Rebar 3 checkout dependencies is problematic. **To Reproduce** Have a Rebar 3 project with another dependency symbolically linked in `_checkouts`: ```console $ tree ....
**Describe the bug** I'm not 100% this is a bug in `erlang_ls`, it could be a combination of Sublime, Sublime LSP and `erlang_ls`. However, it only happens when `erlang_ls` is...
**Describe the bug** When using the behavior directive in Erlang, Erlang LS reports compilation errors in the module where the behavior is used _in addition_ to the behavior module itself....
The [subprotocol example](https://ninenines.eu/docs/en/cowboy/2.9/guide/ws_handlers/#_subprotocol) in the Cowboy documentation doesn't work. Calling cowboy_req:parse_header(, Req0) returns a list of binaries, and not a tuple list, so calling lists:keymember/3 on it won't work.
The tag `pid` is sometimes assigned as a real Erlang pid and sometimes a string representing the pid: ``` 2014-08-27T10:40:41.641Z INFO Application sasl started on node 'mynode' 2014-08-27T10:58:00.168Z INFO test...
**Describe the bug** After a while the Spotify Connect feature stops updating the artist/song titles and the album artwork. Playback still works fine. This persists between separate playback sessions. A...
I'm having a release generated with Relx's dev mode (app folders in `release/lib` are just folders linked to `apps/`, e.g. `release/lib/$APP-1.0` is a link to `apps/$APP`). Sync cannot reload changed...
Consider the following HTML: ```html ``` The web socket returns messages with this text content: ```html Foo Bar ``` When text is entered into the input box and enter is...
See https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository