Peter Strömberg

Results 622 comments of Peter Strömberg

Thanks for reporting! Can you give us some details about your machine, os, VS Code version, and such? What do you see in the Jack-in terminal? The REPL/Output window logs...

This seems to happen in a docker container. Can you describe a bit around that setup?

Maybe what changed is some default socket creation options? But how would those change... Very strange.

Do you mean that if we connect to the nrepl server on port 127.0.0.1, we would avoid the ambiguity? A problem is that the nrepl server reports that it starts...

Or, maybe that would still be a problem for when we are connecting to some other hostname? Is your workaround, forcing ipv4 better? I'm leaning towards that here. Please advice....

Thanks! With these commits, Calva would consistently use 127.0.0.1 instead of localhost, even while the nrepl server reports localhost: https://github.com/BetterThanTomorrow/calva/compare/73f172f2093501e326179504a896f1d14175a4d5...2310-ipv6-ambiguity However, if the nrepl server is started on some host,...

Thanks for doing all this research! Please consider reporting it on the nrepl repository.

Thanks! I agree it would be nice to remove the common prefix. What makes that a bit tricky is that the items could have different prefixes (in workspaces with multiple...

Thanks for reporting! This happens in clojure-lsp, I think. See if there is an issue there. Otherwise I'm sure @ericdallo wants one. Keeping this issue open until there's a resolution...

Thanks for reporting! This is very strange. Maybe you can add to the problem description that when running this from the terminal only, things work? There is a command: **Calva...