-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Protocol.UndefinedError) protocol Enumerable not implemented for :timeout of type Atom #543
Comments
I am getting the exact same message. Lexical also does not work for me out of the box right now. The only language server that seems to be working out of the box is the default |
I have the same issue in vscode and cursor for 2-3 months now already. Can we provide any additional information / help? |
Any news for this issue? In my case I have following error when I compile in Zed: (Protocol.UndefinedError) protocol Enumerable not implemented for :timeout of type Atom. This protocol is implemented for the following type(s): DBConnection.PrepareStream, DBConnection.Stream, Date.Range, Exqlite.Stream, File.Stream, Function, GenEvent.Stream, HashDict, HashSet, IO.Stream, Jason.OrderedObject, List, Map, MapSet, Range, Stream
(elixir 1.17.2) lib/enum.ex:1: Enumerable.impl_for!/1
(elixir 1.17.2) lib/enum.ex:166: Enumerable.reduce/3
(elixir 1.17.2) lib/enum.ex:4423: Enum.reject/2
(next_ls 0.23.2) lib/next_ls.ex:244: NextLS.handle_request/2
(gen_lsp 0.10.0) lib/gen_lsp.ex:350: anonymous fn/2 in GenLSP.loop/3
(telemetry 1.2.1) /private/tmp/next-ls-20240822-9161-v6wlf1/next-ls-0.23.2/deps/telemetry/src/telemetry.erl:321: :telemetry.span/3
(gen_lsp 0.10.0) lib/gen_lsp.ex:349: anonymous fn/7 in GenLSP.loop/3
(gen_lsp 0.10.0) lib/gen_lsp.ex:553: GenLSP.attempt/4 |
In Zed, when using next-ls, I am getting the following error:
The text was updated successfully, but these errors were encountered: