This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-10-27
Channels
- # announcements (13)
- # asami (12)
- # babashka (65)
- # beginners (62)
- # calva (14)
- # cider (8)
- # clara (11)
- # clj-kondo (16)
- # clojure (86)
- # clojure-europe (12)
- # clojure-gamedev (4)
- # clojure-nl (2)
- # clojure-sg (4)
- # clojure-uk (5)
- # clojurescript (206)
- # clojureverse-ops (11)
- # community-development (7)
- # conjure (12)
- # core-async (2)
- # core-logic (13)
- # cursive (49)
- # datalevin (1)
- # datomic (30)
- # deps-new (3)
- # duct (8)
- # events (5)
- # fulcro (10)
- # helix (5)
- # jobs (1)
- # klipse (5)
- # lsp (178)
- # luminus (1)
- # malli (8)
- # meander (3)
- # membrane (13)
- # missionary (1)
- # nrepl (5)
- # other-languages (4)
- # pedestal (4)
- # reitit (3)
- # releases (1)
- # reveal (27)
- # shadow-cljs (89)
- # tools-build (6)
- # tools-deps (11)
- # vim (2)
- # xtdb (64)
New Calva out, v2.0.222, it will take a long time before we see so many 2's there. 😃 The theme here is making it easier to figure out why things are not behaving as expected/wanted. @marc-omorain’s PR would have fit perfectly, but I didn’t see if before cutting the release. Now it will fit as a follow-up instead! Outside the theme: Thanks @amar for fixing that unfortunate keybinding conflict we introduced some versions ago! • https://github.com/BetterThanTomorrow/calva/issues/1362 • https://github.com/BetterThanTomorrow/calva/issues/1198 • Fix: https://github.com/BetterThanTomorrow/calva/issues/1356
For info on the above clojure-lsp- and nrepl-related changes, see the docs: • https://calva.io/clojure-lsp/#opening-the-server-log-file • https://calva.io/nrepl_and_cider-nrepl/#viewing-the-communication-between-calva-and-nrepl
I’ve updated my PR so that is works nicely now: https://github.com/BetterThanTomorrow/calva/pull/1365
Haha, I just replied there. Might as well respond here as well. I think test-var-query
is the new way. It is what Calva uses, at least.
aha, thanks
Does someone want to jump on Reddit and help this person? https://www.reddit.com/r/Clojure/comments/qh37r4/cli_tools_with_calva_on_vscode_windows10/
Hi all, is there a way to change the position of where the code lens ref shows in the editor? I have this issue where as I typing the code jumps around on each keystroke because the code lens flashes in and out as it recomputed usage. Anyone else experiencing this or is something just messed up with my setup?