This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-05-29
Channels
- # announcements (3)
- # aws (12)
- # babashka (11)
- # beginners (46)
- # calva (10)
- # cider (6)
- # clara (3)
- # cljdoc (6)
- # cljs-dev (13)
- # cljsrn (2)
- # clojure (49)
- # clojure-europe (2)
- # clojure-gamedev (1)
- # clojure-germany (22)
- # clojure-uk (2)
- # clojurescript (28)
- # clojureverse-ops (8)
- # conjure (6)
- # cursive (2)
- # emacs (1)
- # figwheel-main (9)
- # heroku (12)
- # jobs-discuss (1)
- # malli (10)
- # off-topic (1)
- # practicalli (8)
- # re-frame (25)
- # reagent (6)
- # shadow-cljs (24)
- # testing (10)
- # vscode (4)
Any reason why this is happening?
In general, I notice that the vim bindings (e.g. alt-enter and
ctrl-alt-c, ctrl-alt-j
) don't work. I can only execute via ctrl-shift-p
-> search specific calva command.
Not sure how you got there, but you can adjust with (clojure.core/refer-clojure)
I am unsure why calva is being so finnicky with me. Maybe I'm using it wrong. I'm trying to just execute each function call in the comment block with an alt-enter
Reinstalling the extension seems to have fixed everything, except for a multimethod not executing... but this might be a bug)
@pez That was the issue. I was writing new code and not updating old definitions. 🙂
It trips a lot of us up often. @brandon.ringe , maybe we should try to find a way to detect it so that we can offer a hint?