This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-01-27
Channels
- # aws-lambda (2)
- # babashka (22)
- # beginners (188)
- # calva (24)
- # cider (16)
- # clj-kondo (2)
- # cljfx (5)
- # clojars (15)
- # clojure (146)
- # clojure-czech (1)
- # clojure-europe (10)
- # clojure-france (3)
- # clojure-provo (1)
- # clojure-sweden (8)
- # clojure-uk (6)
- # clojurescript (28)
- # conjure (3)
- # core-logic (1)
- # cursive (13)
- # datahike (2)
- # datomic (18)
- # defnpodcast (2)
- # figwheel-main (2)
- # fulcro (1)
- # honeysql (4)
- # hoplon (21)
- # jobs (3)
- # jobs-rus (1)
- # kaocha (5)
- # off-topic (49)
- # pathom (86)
- # reagent (4)
- # remote-jobs (2)
- # ring (4)
- # schema (1)
- # shadow-cljs (40)
- # spacemacs (12)
- # sql (20)
- # startup-in-a-month (30)
- # xtdb (19)
Hi, seems that Ctrl-C Ctrl-D does not always kill a running process, for instance a large doseq
or map
with printing in it. It does recognize the command as it say 'interruption command finished (unknown results)'. Tried it both from the code editor and the REPL, same effect. (Calva 2.0.153 on Windows). Any Thoughts?
@eric.uitbeijerse it is a known issue. The process is interrupted but the output window is not stopped in its printing of all the lines that have stacked up. Printing to an editor window is a bit slow.
Ahoy! I have a pristine (I think) VS Code and Calva installation, and the "Calva: Connect to a Running REPL Server, not in project" command yields Cannot read property 'toString' of undefined
. Any ideas what might be wrong?
Leaving these up to @U0ETXRFEW as he's the one reviewing/working on them. I think he'll be getting to them soon.
I'm getting to them. Have a birthday to celebrate here tonight (not mine, my daughter's), but intend to have a look before bedtime. 😍
@UCCHXTXV4 I know. We've discussed if/how we should notify users of default keybinding changes, so I think that's been a bit of the delay, but I think it'll be going out soon.
Calva version 2.0.154 is released! 🎉
• Fix: https://github.com/BetterThanTomorrow/calva/issues/971
• Update cider-nrepl to 0.25.8
• Update clojure-lsp to 2021.01.26-22.35.27
@zelark and @grumplet The cider-nrepl update may fix your issues, please test it out. @plexus and others who experienced the comment issue, Calva should now use
;;
always.


Over the last few weeks I’ve had this bug with Calva:
When I Jack In, it asks me for the repl port.
It used to just connect itself
now I need to copy the port from the terminal and paste it in the dialog box at the top
Am I doing something wrong?
Awesome, thanks!
Hi, Is it at all possible to use both Clojure CLI and Shadow CLJS in one window? I’m using Fulcro, so my files are right next to each other. I finally decided to jump back to VSCode from Emacs (Loved emacs, but damn, VSCode is so much faster on my macbook), and this is the only thing blocking me 😞