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`.
bringe 2021-06-14T01:50:21.251100Z

@pez Should we update the docs to mention that?

pez 2021-06-14T05:51:52.251300Z

Yes, we should probably try to describe how the project root is determined on this page https://calva.io/workspace-layouts/ and link to it from the connect page.

1👍
Eugen 2021-06-14T07:36:52.252700Z

Paredit Quickstart question (possible issue): I'm folowing the paredit guide and I got to this part:

;; There is also *Paredit Shrink Selection*

;; == Navigate the Structure ==
;; Move form-by-form using *Paredit Sexp Forward*
;; and *Paredit Sexp Backward*
In my command pallet I find Alt + LeftArrow and Alt + RightArrow But they don't work (Or I don't knwo how to use them properly ?!). I go to a character, press the keys and expect to jump to the next form. Nothing happens. If I press Ctrl+ arrows I do jump to next/prev form

Eugen 2021-06-14T07:40:11.252900Z

pez 2021-06-14T07:49:44.254200Z

@eugen.stan you are running into this issue: https://github.com/BetterThanTomorrow/calva/issues/1161 So, it’s upstream from Calva. Maybe we should mention it in the Paredit guide, actually.

Eugen 2021-06-14T08:04:12.254500Z

like this? https://github.com/BetterThanTomorrow/dram/pull/6

1❤️
pez 2021-06-14T10:59:13.254800Z

Thanks! I commented on the PR.

cjsauer 2021-06-14T16:39:44.255Z

Doh! I hadn’t added src/dev to my :extra-paths key of the :dev alias! Thanks for pointing this out, it’s working now!

ericdallo 2021-06-14T17:38:57.255200Z

65🎉
bringe 2021-06-14T17:41:32.255300Z

No problem!

bringe 2021-06-14T17:47:42.255600Z

Made an issue to track it for later