This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-03-10
Channels
- # aleph (1)
- # beginners (4)
- # biff (7)
- # calva (7)
- # cider (8)
- # clara (17)
- # clerk (19)
- # clj-kondo (30)
- # clojure (12)
- # clojure-austin (1)
- # clojure-europe (12)
- # clojure-losangeles (1)
- # clojure-norway (21)
- # clojurescript (2)
- # datalevin (1)
- # datomic (24)
- # duct (3)
- # fulcro (8)
- # hyperfiddle (8)
- # lambdaisland (4)
- # membrane (6)
- # missionary (7)
- # off-topic (55)
- # overtone (2)
- # reagent (4)
- # reitit (4)
- # releases (6)
- # shadow-cljs (80)
Dear Calva friends: https://github.com/BetterThanTomorrow/calva/releases/tag/v2.0.420 • https://github.com/BetterThanTomorrow/calva/issues/2423
what do I need to do to make zprint pretty printer work in Calva? I'm not near my computer right now but when I set the config to use zprint and then start my REPL by jack-in it complains that zprint is not found on my classpath. Should I install zprint in my project or Calva will auto-inject it for me?
If zprint is configured as the pretty printer before Jack-in, Calva should inject the dependency… What does the jack-in command-line look like for you?
hey @U0ETXRFEW thanks the reply, it seems that something was misconfigured at my end, I closed vscode and tried again, did the same jack-in and the :dependencies key had zprint conjoined on the command, all good now 🙂
Hello Calva lovers, I didn't report it for several months, but sometimes I'm getting duplicated entries for the completions. Can I disable somehow this behaviour? Many thanks!
Hi! This could be that you get definitions both from the repl and from clojure-lsp. Calva merges them, iirc, and by the look of it, the two entries differ on the type. You can enable the clojure-lsp message log to confirm that you only get one from that source. There’s also a repl message log.
Hmm, I will take a look! Thank you so much @U0ETXRFEW 🙂