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`.
Mitja 2021-06-06T09:48:35.212700Z

https://twitter.com/borkdude/status/1388193273630576640 you can navigate to re-frames sub and events. Is this something that could work with Calva as well? As far as I understand it is using both clojure-lsp and clj-kondo, so in theory it should, but I wasn't able to get it to work. One thing I noticed is that @borkdude is using namespaced event names, is that necessary for this to work? I also checked the PR that adds support for this for clj-kondo and from the https://github.com/clj-kondo/clj-kondo/pull/1266/files#diff-f591b825c81f488c7fa9426a07ba9dd30f948cc52e445be929d5fd8299bc7ddeR1646 you have to import the re-frame's functions directly from re-frame? So using you own wrappers around these functions would probably not work?

pez 2021-06-06T10:15:20.213200Z

Hi, @mitja.bezensek. We β€œmet” in the clojureD chat yesterday, right? I get this to work in my work project. And my Emacs wielding colleague get it to work as well. I’m not in the know about what is required of the project. You might find more knowledge around it in the #lsp channel, even if both @borkdude and @ericdallo are known for extending their support here as well. πŸ˜ƒ

Mitja 2021-06-06T10:23:02.213400Z

Yes, that was me πŸ™‚ Moving this to #lsp

pez 2021-06-06T10:24:02.213600Z

πŸ‘‹ pleasure to meet!

Mitja 2021-06-06T10:24:32.213800Z

Nice to meet you as well πŸ‘‹

Mitja 2021-06-06T10:26:10.214Z

You said that you get this to work in you work project, that is using vscode and calva?

pez 2021-06-06T10:29:35.214200Z

Haha, yeah. But you can’t be sure, because if I was using something else I wouldn’t dare say so. πŸ˜ƒ Jokes aside, the way LSP works it is quite little happening in Calva (or Emacs) with a thing like this. We just get the feature for free once we (well, @brandon.ringe) had done the plumbing needed.

Mitja 2021-06-06T10:50:50.214400Z

I see. I guess then it must be just some configuration issue in our project. Also saw that borkdude replied in #lsp, so I already have some things to test out. Thanks!

Jacob Rosenzweig 2021-06-06T16:57:24.215100Z

Anyone know why this happens when I try to jack into a repl session for a shadow-cljs reagent project?

bringe 2021-06-06T18:39:38.215400Z

Hmm I haven't seen that before. Does this happen with a new reagent project created from a template?

bringe 2021-06-06T20:25:35.215900Z

Calva version 2.0.200 is out which uses the latest version of clojure-lsp.

bringe 2021-06-06T20:25:51.216200Z

200 releases since Calva 2.0! 🎊

🍻 2
πŸŽ‰ 11