This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-12-01
Channels
- # adventofcode (93)
- # announcements (44)
- # asami (23)
- # aws (1)
- # babashka (48)
- # beginners (112)
- # calva (26)
- # cider (57)
- # clj-kondo (17)
- # cljfx (5)
- # cljs-dev (21)
- # clojure (124)
- # clojure-europe (19)
- # clojure-hungary (40)
- # clojure-nl (3)
- # clojure-spec (7)
- # clojure-uk (3)
- # clojurescript (3)
- # cursive (81)
- # datalog (11)
- # events (21)
- # exercism (1)
- # fulcro (37)
- # graalvm (1)
- # introduce-yourself (8)
- # jobs (1)
- # lsp (1)
- # malli (5)
- # membrane-term (17)
- # minecraft (3)
- # nextjournal (5)
- # off-topic (14)
- # other-lisps (14)
- # polylith (58)
- # reagent (16)
- # reclojure (3)
- # reitit (6)
- # remote-jobs (1)
- # shadow-cljs (55)
- # spacemacs (15)
- # testing (2)
- # tools-build (7)
- # tools-deps (191)
My key binding for calva “ctrl+alt+c space” seems to have disappeared, it has happened on 2 macOS laptops. Anyone any ideas why? I have relinked to a similar Calva action but I can’t find the exact same one. Appreciate if someone can advise what this key binding should be linked to.
That used to be the shortcut for evaluating the top level form. It has since been replaced with alt+ enter
. The old and new shortcuts lived in parallel for a while, but it was eventually cleaned up: https://github.com/BetterThanTomorrow/calva/issues/1353
Calva Parinfer experiment, Take 2 about to launch. I hope I won’t have to figure out how to roll back again. 😃
Dear Calva friends, a new version is just out. Read about it here: https://clojurians.slack.com/archives/C06MAR553/p1638375528103900
I would love that you upgrade quickly. There are two experiments, both guarded behind settings clearly marked as experimental. However, to be able to support this I have had to make some rather big changes in the code all over and also some changes in settings and such. It should generally be better also for people not participating in the experiments, but who knows… Last time I launched the experiments I had to roll back quickly… Help me confirm quickly that this time I can let the release stay on the marketplace! ❤️
weird behavior with parinfer, if I press return, initially the }}
doesn’t move to the new line, once I start typing, it moves to the new line. It works, just differently than I expected
I’ve noticed a couple issues as well, without using parinfer: https://github.com/BetterThanTomorrow/calva/issues/1411 https://github.com/BetterThanTomorrow/calva/issues/1409
Any idea why these seemingly random line breaks happen in Calva's output? pprint turned on.
That issue was Closed in 2013 and a fix (for CIDER) was merged in 2017... perhaps a similar fix could be made to Calva.
I've been seeing the issue for weeks/months, so I don't think it was introduced in 227.
Actually, there is already an https://github.com/BetterThanTomorrow/calva/issues/998.