This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-01-22
Channels
- # announcements (18)
- # babashka (9)
- # beginners (22)
- # biff (2)
- # calva (17)
- # clj-kondo (5)
- # clojure (9)
- # clojure-europe (25)
- # clojure-nl (1)
- # clojure-norway (3)
- # clojure-uk (7)
- # clojuredesign-podcast (6)
- # clojurescript (61)
- # cursive (11)
- # data-science (1)
- # datahike (3)
- # datomic (2)
- # humbleui (2)
- # hyperfiddle (7)
- # jobs (1)
- # jobs-discuss (4)
- # joyride (1)
- # overtone (7)
- # re-frame (2)
- # reitit (9)
- # releases (2)
- # remote-jobs (8)
- # scittle (1)
- # shadow-cljs (48)
- # squint (8)
Is there some setting to truncate output.calva-repl
whenever a new REPL is started (or periodically, or on vscode startup)?
No. We could add a command for clearing it, then joyride, or some other mechanism could use that command for creating whatever behaviour.
On my project, it gets very large. I can’t prove it, but I suspect it eventually has a negative impact on performance.
It’s just a file. So you can select all text there and hit backspace. (Dunno if you know. 😃 )
Yeah, but I am a lazy programmer
So I just did this, and it took about 15 seconds to delete
78k lines. Probably storing it in an undo buffer.
Here’s a recipe for giving yourself a command to clear that window: https://clojurians.slack.com/archives/CBE668G4R/p1693499301495499?thread_ts=1693412742.455649&cid=CBE668G4R
Dear Calva friends: https://github.com/BetterThanTomorrow/calva/releases/tag/v2.0.409 • Fix: https://github.com/BetterThanTomorrow/calva/pull/2270 It’s @brandon.ringe who figured out how to fix a bug that has been eluding us for years. Thanks! 🙏 ❤️
Yay!!