This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-03-26
Channels
- # announcements (6)
- # babashka (29)
- # babashka-sci-dev (2)
- # beginners (129)
- # calva (9)
- # clara (16)
- # cljdoc (49)
- # clojure (125)
- # clojure-bay-area (3)
- # clojure-europe (55)
- # clojure-france (1)
- # clojuredesign-podcast (8)
- # clojurescript (85)
- # conjure (3)
- # core-logic (2)
- # cursive (1)
- # events (1)
- # honeysql (61)
- # jobs-discuss (23)
- # lsp (69)
- # malli (14)
- # nrepl (3)
- # off-topic (16)
- # portal (11)
- # re-frame (8)
- # releases (1)
- # ring (2)
- # shadow-cljs (12)
- # vim (42)
- # xtdb (18)
We have gotten a few reports regarding Calva and LiveShare lately. It has been that connecting in a LiveShare context is not working, and that connecting doesn't work when the LiveShare extension is active. I just found this issue that looks relevant. https://github.com/MicrosoftDocs/live-share/issues/4551 Will check if I can get a workaround in place...
I've been unable to reproduce the errors until today. It seems quite intermittent to me so far.
Relevant Calva issue: https://github.com/BetterThanTomorrow/calva/issues/1569
Dear Calva friends, I couldn't find a workaround for the LiveShare API bug easily enough. (I somehow doubt it is possible in a reliable way.) It seems this issue only hits sometimes/some users. With the most disastrous result possible for a Clojure coder: You can't connect the REPL!
While the issue was hitting me I needed to get some sort of solution out. The result: A setting, default false
, for enabling LiveShare support in Calva. Now, if you are a LiveShare user and are not hit by the upstream API issue, enable calva.useLiveShare
.
https://github.com/BetterThanTomorrow/calva/releases/tag/v2.0.259
• https://github.com/BetterThanTomorrow/calva/issues/1629
Dear Calva friends, I couldn't find a workaround for the LiveShare API bug easily enough. (I somehow doubt it is possible in a reliable way.) It seems this issue only hits sometimes/some users. With the most disastrous result possible for a Clojure coder: You can't connect the REPL!
While the issue was hitting me I needed to get some sort of solution out. The result: A setting, default false
, for enabling LiveShare support in Calva. Now, if you are a LiveShare user and are not hit by the upstream API issue, enable calva.useLiveShare
.
https://github.com/BetterThanTomorrow/calva/releases/tag/v2.0.259
• https://github.com/BetterThanTomorrow/calva/issues/1629
Just tested the new clojure-lsp actions on Calva status-bar, and it looks amazing, good work @pez!