Łukasz Samson

Results 373 comments of Łukasz Samson

Addressed in https://github.com/elixir-lsp/elixir_sense/pull/160

This still needs further work

How about `:erlang.nodes/2` added in https://github.com/erlang/otp/pull/6007 and released in OTP 25.1?

@sleipnir Your solution is for streaming requests. In this case it's a streaming response and Stub request returns an elixir stream (`#Function`) and not `GRPC.Client.Stream.t()`

I tried setting `generated: true` on the `quote` using output of `NimbleParsec.Compiler.compile` but it didn't help.

@sasa1977 do you have this error in a phoenix project with reloader? It uses a similar approach to recompilation.

@sasa1977 after some debugging this looks like a problem in `boundary` exposed by `elixir-ls`. We reload and recompile MixProject on every build to pick up changes in mix config. During...

Hmm it may be difficult to properly implement cleanup as it seems that when build fails `Mix.Task.Compiler.after_compiler` callback is not invoked (tested on a simple vanilla mix app and a...