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`.
pez 2021-06-01T16:01:08.084Z

If you search the VS Code marketplace for Programming Language extensions and sort by Rating, you get this nice picture. (TL;DR; Calva is #3!) Can we push it higher? 😀 https://marketplace.visualstudio.com/search?target=VSCode&category=Programming%20Languages&sortBy=Rating

5
🔥 4
🚀 6
pez 2021-06-01T16:02:16.084300Z

Please also like and share: https://twitter.com/pappapez/status/1399756182802292736

seancorfield 2021-06-01T16:41:45.084900Z

RT’d and also gave it a 5-star review.

❤️ 2
pez 2021-06-01T16:42:55.085100Z

Thanks, @seancorfield! ❤️ ❤️ ❤️

Hukka 2021-06-01T19:04:45.087500Z

Hi. Trying out calva, coming from nvim. How can I completely reset the repl? Data I printed out is so large, that it just keeps printing and printing. I already stopped the evaluation, disconnected from nrepl and jacked in again, deleted the output file from the file explorer, but every time it just opens that 8k line output that keeps growing, slower and slower

Hukka 2021-06-01T19:05:15.087600Z

Already printing out less than one new line a second

2021-06-01T19:16:53.087800Z

What is running that is writing to your repl?

2021-06-01T19:19:26.088Z

IF you've got somethign stuck that is running even though you've done Interrupt current evaluation you may need to kill java? I've also seen this where I'm using CLJS, and I write some stupid infinite loop. Even after doing interrupt current evaluation is still pours out data, in this case closing the tab that was holding my instance stops it.

Hukka 2021-06-01T19:19:34.088200Z

It was a map, that had (doto println)

Hukka 2021-06-01T19:20:16.088400Z

Hm, which tab is that? I tried closing the output, and disconnecting the repl and starting a new one, but it still kept trying to render the previous output

2021-06-01T19:20:39.088600Z

I mean for CLJS, the actual tab in my browser I'm connected to.

Hukka 2021-06-01T19:20:49.088800Z

Disconnecting and jacking in has at least gotten new deps from deps.edn in, so I kinda thought it would be fresh

Hukka 2021-06-01T19:21:00.089Z

Ah, not, was JVM, no JS

Hukka 2021-06-01T19:21:52.089200Z

In the end I closed whole VSCode, but that seems less than optimal

Ryan Jerue 2021-06-01T19:28:09.089400Z

Maybe just kill your nrepl and clicking “disconnect” you can also usually just ctrl + c to kill the terminal instance that get’s spawned with starting an nREPL.

Hukka 2021-06-01T19:28:39.090Z

That's what I tried

Hukka 2021-06-01T19:29:30.090200Z

Hm, but didn't try to kill the terminal, if the disconnect doesn't do that

Ryan Jerue 2021-06-01T19:30:14.090400Z

Usually I get a message that says Killing the Jack-in process and it dies

pez 2021-06-01T19:52:43.090600Z

Disconnect doesn’t kill the process. It only disconnects from it.

bringe 2021-06-01T23:28:45.091600Z

The Interrupt current evaluation command now stops any printing to the output window that was remaining. If you're seeing a case in which that's not true, steps to reproduce in a GitHub issue would be appreciated.