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 2020-12-23T11:43:59.338200Z

Dear Calva friends: Sorry to compete for attention on VSIX testing, but I have this never ending PR about moving the Jack-in from the Tasks subsystem to a pseudo terminal. It is partly because of tidyness reasons, we are currently abusing the Task system. Partly because it makes Jack-in more reliable, since we need not be watching the filesystem and read nrepl.port files to know when the nREPL server is started. See it as being for the sake of Calvaโ€™s health and please help test it on your projects. Even though you should notice no changes, unless you pay close attention to the Jack-in terminal context, this is a fundamental change and can potentially mess things up to Calva users out there if we donโ€™t test it properly before releasing. Here is the VSIX. https://9157-125431277-gh.circle-artifacts.com/0/tmp/artifacts/calva-2.0.136-wip-terminal-jack-in-a6586e74.vsix

pez 2020-12-23T13:14:09.339900Z

Welcome @jj974 ! You are the 600th member of the channel. We havenโ€™t prepared a prize, but there is the honor! ๐Ÿ˜

1
๐Ÿ‘ 3
๐Ÿ‘‹ 1
janezj 2020-12-23T13:46:08.340Z

Thank you. I can feel the honor ๐Ÿ™‚

jaime 2020-12-23T17:28:40.342Z

Hi all, do I need to configure something in order for the inline eval to work? I'm using shadow-cljs and connected to the cljs repl, I'm trying to eval simple (+ 1 1) , but I'm only seeing arrow =>, the result is missing

jaime 2020-12-23T17:36:05.343100Z

Oops.. Nvm, looks like I have to refresh the browser in order to connect to the repl

๐Ÿ‘ 1
pez 2020-12-23T17:43:05.345100Z

Yes, the communication between the shadow-cljs session and Calva is a bit limited, so you get a cljs prompt regardless if the app is actually ready. We probably should hint better about that somewhereโ€ฆ

๐Ÿ‘ 1
jaime 2020-12-23T18:06:24.345300Z

Thank you for this awesome tool. ๐Ÿ™‚ In the logs, I saw the "Socket closed" kind of message. But I did not realized it until few more attempts ๐Ÿ˜