Peter Strömberg
Peter Strömberg
Even if clojure-lsp does not add this, we can get far if we actually re-download when the user tries to do that.
Technically it doesn't cause zprint to error out. 😄 If you ask zprint to use zero depth it will use zero depth. It's a valid setting. Not sure how it...
Hi! Thanks for bringing this up. We should document this, so please don't close the issue. It is VS Code that doesn't suport editing files from readonly sources. What you...
Hello! Sorry for belated reply, I almost missed this issue for some reason. Calva does some filtering on the stacktrace before printing it: https://github.com/BetterThanTomorrow/calva/blob/dev/src/repl-window/repl-doc.ts#L466 I don't know why that item...
Awesome! We keep the docs for how to get the dev environment up and running in the wiki. (You probably knew, but anyway 😄)
Great! I should have tried that! I could confirm with the repro project, which has been updated to say as much.
Thanks for providing this, and sorry for the late feedback. I had totally missed. With this I could pretty easily make Calva keep its information about the current connection up-to-date...
> I'll add a `done` message for `shadow-remote-init` so that you can wait for that before sending next. Awesome! 🙏 The `describe` op is a way for the client to...
Thanks! `describe` works now, but there is never any `done` status message received for `shadow-remote-init`.
Wait, I probably was doing something wrong, got a response now. Will report back when I know what I am doing.