Łukasz Samson
Łukasz Samson
> I think in VS Code the "m", "f", "t" etc. prefixes aren't going to work unless there's a way to turn off [this behavior](https://github.com/elixir-lsp/vscode-elixir-ls/issues/89#issuecomment-713155498). @mattbaker It did work at...
Thanks for the invitation @axelson, I am interested.
IIRC the supervisor was introduced to stop crashes in ‘:dialyzer’ calls bringing down the whole server.
@scottbrogden-iheartmedia if your issue is indeed related to #3937 then no, 4.3 does not fix it. In our case we disabled heartbeat_ivl and worked it around with custom heartbeats via...
> You need to start zcashd manually in a terminal window and wait for it to sync. zcashd for MacOS is included in the distribution @adityapk00 that's not a nice...
It looks like the wallet still uses broken 4.5.1 release, see https://github.com/zcash/zcash/releases/tag/v4.5.1-1
@khanakia can yo debug it with? ``` iex(3)> Enum.module_info[:compile][:source] '/Users/me/elixir/lib/elixir/lib/enum.ex' ``` on my machine the sources are in the directory that is returned (I don't use asdf, I build elixir...
I'm currently working on better support for protocols. I plan to finish it in a few days. @axelson I'm not sure if there are going to be any breaking changes....
@axelson do you have elixir-lsp organization hex.pm credentials? @msaraiva I know you published 1.0 from your personal account
Yes, we were initially intending to ship it with 1.10 support (due to late bugs in rc xref was not working correctly back then) See POC implementation and discussions in...