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
mauricio.szabo 2019-05-11T19:42:48.057100Z

Just published a new version: finally fixed the bug with console disconnecting the REPL when dragging, added a config to open the REPL on the bottom of editor, and lots of small JS fixes (now, it shows the JS error when we aren't able to connect to Shadow-CLJS) πŸ™‚

πŸ™Œ 3
mauricio.szabo 2019-05-13T21:55:44.059400Z

I was testing some Figwheel-Main code yesterday, and there were some strange issues (like, I tried to connect a REPL inside the socket-REPL, and the prompt appeared on the terminal and the socket-repl hanged)...

athomasoriginal 2019-05-11T19:55:44.057400Z

Awesome work! It’s hilarious that I decided to take a look at Chroline again just as you posted this (my interest being cljs support).

athomasoriginal 2019-05-11T19:56:43.057600Z

I intend to dig a little into the source, but in the meantime, what is the reason for being able to support lumo + shadow, but not figwheel.main? Again, thanks for the amazing work!