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`.
cschep 2021-03-25T03:55:29.104600Z

I’ve been enjoying Calva but on my mac i use alt+left/right to move by word so often that I’m going crazy trying to undo what Calva does to override it. I see https://calva.io/customizing/#key-bindings it mentioned here and I’ve copy and pasted that move my word into my keybindings.json file but it doesn’t seem to help

cschep 2021-03-25T03:55:35.104900Z

any idea what I’m missing?

pez 2021-03-25T07:07:55.108700Z

@cschep You might not need to go view that file. Bringing up the keyboard shortcuts panel in VS Code and adding a shortcut for cursorWordRight, might do it for you. (Also change the forwardSexp shortcut from there.)

Jakub Holý 2021-03-25T09:44:19.109400Z

Hello! When I Jack-in to a lein nrepl and run (.println System/out "hello stdout") , where do I see the value printed? Thanks!

pez 2021-03-25T10:30:32.109700Z

Maybe in the jack-in terminal?

✅ 1
Jakub Holý 2021-03-25T10:33:48.109900Z

where is that?

Jakub Holý 2021-03-25T10:34:19.110100Z

found it 🙂

pez 2021-03-25T10:54:13.110500Z

Was the output there?

Jakub Holý 2021-03-25T11:27:01.110600Z

yes, thank you!

pez 2021-03-25T15:45:18.110800Z

Great. We could actually make it so that anything that is printed there is also printed in the output window. As an opt-in thing, because it risks causing even more unbalance in the output editor than we already have. But anyway.

cschep 2021-03-25T16:54:49.111Z

ah thanks, this did the trick!

cschep 2021-03-25T16:55:04.111400Z

is there an easy way to stop the REPL process

cschep 2021-03-25T16:55:12.111700Z

i see disconnect, but i’m assuming that leaves the process running in the background?

cschep 2021-03-29T15:39:53.123900Z

oh wow, thanks for this

cschep 2021-03-29T15:39:58.124100Z

i should have thought of that! 😄

bringe 2021-03-29T18:40:27.130100Z

You're welcome!

dharmaturtle 2021-03-25T19:30:20.112100Z

Is there a way to "fold" or "collapse" code in Calva? e.g. http://i.imgur.com/dkqMnNV.png

dharmaturtle 2021-03-25T19:31:03.112500Z

oh. It appears when you hover... duh. Well I feel dumb

pez 2021-03-25T20:02:28.113500Z

😍 It's vscode built in behaviour.

🤦 1