Fork me on GitHub
#chlorine-clover
<
2021-03-18
>
bortexz11:03:43

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

kiemdoder16:03:35

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.szabo16:03:30

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

bortexz17:03:15

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

mauricio.szabo16:03:58

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

mauricio.szabo17:03:37

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

mauricio.szabo17:03:52

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

mauricio.szabo17:03:06

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

mauricio.szabo17:03:00

With experimental features turned on, it's working.

mauricio.szabo17:03:50

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

👍 6