This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-05-13
Channels
- # announcements (9)
- # babashka (18)
- # beginners (10)
- # biff (3)
- # calva (5)
- # cherry (7)
- # cljsrn (2)
- # clojure (2)
- # clojure-australia (1)
- # clojure-china (1)
- # clojure-doc (3)
- # clojure-europe (10)
- # clojure-filipino (1)
- # clojure-hk (1)
- # clojure-indonesia (1)
- # clojure-japan (1)
- # clojure-korea (4)
- # clojure-my (1)
- # clojure-sg (1)
- # clojure-taiwan (1)
- # conjure (1)
- # core-async (5)
- # graalvm (10)
- # introduce-yourself (1)
- # missionary (1)
- # re-frame (3)
- # releases (2)
- # vim (22)
Dear Calva friends: A new Calva just released: https://github.com/BetterThanTomorrow/calva/releases/tag/v2.0.359
• https://github.com/BetterThanTomorrow/calva/issues/2192
• Fix: https://github.com/BetterThanTomorrow/calva/issues/2190
• Remove configuration and handling of calva.autoSelectReplConnectProjectType
(replaced by connect sequence settings)
This is an important release for projects needing custom REPL jack-in command lines, and/or automate REPL jack-in and/or connect fully. The release makes this work much better (well, it makes it work) for Windows users. Thanks @seancorfield and @dmiller for help with finding the problem and for help with running all those tests that are a bit hard and time consuming for me to run. 🙏 ❤️

is there a way to search previous commands in repl history (like ctrl-R does in terminal)? I often clear the output buffer because I tend to fill it with all sorts of guk as I'm working...