This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-01-09
Channels
- # announcements (9)
- # babashka (14)
- # beginners (27)
- # biff (4)
- # calva (3)
- # cider (14)
- # clojure (36)
- # clojure-austin (1)
- # clojure-europe (43)
- # clojure-japan (4)
- # clojure-nl (2)
- # clojure-norway (59)
- # clojure-uk (6)
- # clojurescript (13)
- # conjure (2)
- # data-science (3)
- # datomic (3)
- # deps-new (40)
- # hyperfiddle (72)
- # jobs (2)
- # lsp (8)
- # malli (10)
- # missionary (3)
- # off-topic (22)
- # overtone (3)
- # reagent (12)
- # releases (1)
- # squint (1)
Dear Calva friends: https://github.com/BetterThanTomorrow/calva/releases/tag/v2.0.407
• https://github.com/BetterThanTomorrow/calva/issues/1490
• Bump follow-redirects
to 1.15.4 (audit report)
• Bump deps.clj version: v1.11.1.1435
Especially for people new to Clojure it’s confusing when the REPL isn’t connected and nothing at all happens when you try to evaluate things. Not any more. Thanks @dzedasp for pointing out this problem and pairing with me on this today! And thanks @orestis for pointing out the problem way back when, suggesting a nice solution for it. ❤️ 🙏
I ended up using the new connect to REPL feature by accident yesterday at work -- very helpful! 🙂 Normally, I jack-in as soon as I have VS Code open but apparently I'd forgotten this time -- I think I'd opened VS Code to search for something in the code -- and when I tried to eval something later, I got the popup, clicked to connect, and it ran my custom jack-in sequence and I was off to the races!