calva

Wednesdays you might find @U0ETXRFEW in the Gather Calva space. Invite is https://gather.town/invite?token=GZqrm7CR and the password is `Be kind`.
Jacob Rosenzweig 2021-05-29T05:33:53.068100Z

Any reason why this is happening?

Jacob Rosenzweig 2021-05-29T05:35:21.069800Z

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.

alexmiller 2021-05-29T05:37:33.071300Z

Not sure how you got there, but you can adjust with (clojure.core/refer-clojure)

Jacob Rosenzweig 2021-05-29T05:56:19.072600Z

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

Jacob Rosenzweig 2021-05-29T05:56:22.072700Z

Jacob Rosenzweig 2021-05-29T06:17:19.073700Z

Reinstalling the extension seems to have fixed everything, except for a multimethod not executing... but this might be a bug)

pez 2021-05-29T06:21:46.074200Z

Have you loaded the file?

Jacob Rosenzweig 2021-05-29T06:31:34.074600Z

@pez That was the issue. I was writing new code and not updating old definitions. 🙂

pez 2021-05-29T07:26:00.076200Z

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?

bringe 2021-05-29T22:20:35.076500Z

Maybe so, but I'm not sure off the top of my head what we can do to detect it.