chlorine-clover

About Chlorine for Atom and Clover for VS Code: https://atom.io/packages/chlorine and https://marketplace.visualstudio.com/items?itemName=mauricioszabo.clover
bertofer 2021-03-18T11:18:43.004400Z

Is it possible have the clover output to automatically scroll on new results?

kiemdoder 2021-03-18T16:31:35.010500Z

I also have trouble getting the eval commands to work with cljs. I have the app running in the browser as you suggested, @mauricio.szabo. I do Chlorine: Connect Socket Repl and I can then see popup to tell me that the socket connection has been made. Then I do Chlorine: Connect Embedded and see the main namespace printed out twice in the repl tab. But when I then try Chlorine: Eveluate Block I get an error message telling me that the repl is not connected. I forgot to mention I’m using the shadow-cljs with the minimal web app example they have in their readme.

mauricio.szabo 2021-03-18T16:59:30.011400Z

@bertofer I'm still not able to figure out why it's not working. VSCode changed something that broke autoscroll 😞

mauricio.szabo 2021-03-18T16:59:58.011500Z

On Chlorine, it works but mostly because I know how the view is organized

bertofer 2021-03-18T17:03:15.011900Z

Thanks for the answer, good to know it’s not just me.

mauricio.szabo 2021-03-18T17:03:37.012300Z

@kiemdoder do you have a repository with this app? I'll try to debug this issue

mauricio.szabo 2021-03-18T17:03:52.012600Z

If it's printing the main namespace, it should be working...

mauricio.szabo 2021-03-18T17:18:06.013100Z

@kiemdoder never mind, just found out the example. It's indeed failing....

mauricio.szabo 2021-03-18T17:19:00.013500Z

With experimental features turned on, it's working.

mauricio.szabo 2021-03-18T17:59:50.014600Z

@bertofer, @kiemdoder, found a bug on the connection. It'll be fixed with this PR: https://github.com/mauricioszabo/repl-tooling/pull/109

2πŸ‘