This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-12-21
Channels
- # adventofcode (8)
- # announcements (20)
- # babashka (43)
- # beginners (8)
- # biff (12)
- # calva (2)
- # cider (5)
- # clerk (6)
- # clj-commons (12)
- # clj-kondo (16)
- # clojure (20)
- # clojure-denver (1)
- # clojure-europe (14)
- # clojure-nl (1)
- # clojure-norway (105)
- # clojure-uk (2)
- # clojuredesign-podcast (5)
- # clojurescript (29)
- # datomic (2)
- # hyperfiddle (13)
- # jackdaw (1)
- # jobs (4)
- # jobs-discuss (4)
- # lsp (2)
- # malli (12)
- # pathom (2)
- # pedestal (1)
- # re-frame (22)
- # shadow-cljs (37)
- # squint (28)
- # xtdb (28)
- # yamlscript (4)
How can I debug this problem: when I cmd+click on a vector?
I’m getting transferred to vector
and not vector?
definition.
Dear Calva friends: https://github.com/BetterThanTomorrow/calva/releases/tag/v2.0.405 • Fix: https://github.com/BetterThanTomorrow/calva/issues/2319 A super strange situation where another extension conflicts with Calva such that we failed to bencode the nREPL messages. We were bencoding and sending along things that nrepl doesn’t care about and it was among these things that this conflict hit. I really have no idea about the root cause here, but since it makes sense to skip encoding the problematic things, I stopped that from happening.