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
2020-02-10T01:06:17.069Z

0.4.5 seems to work nicely so far in my limited testing with shadow-cljs :thumbsup: will there be support for loading cljs files at some point?

mauricio.szabo 2020-02-10T03:28:40.070200Z

If you're using Shadow-CLJS, just saving a file should reload it automatically... As for other ClojureScript implementations, it is kinda difficult... things like in-ns, load-file, and doc in CLJS are "REPL magic words"

mauricio.szabo 2020-02-10T03:29:36.071300Z

There's no simple way to capture their output, for example, or the results, so it is difficult to even know if the code worked or not...

2020-02-10T04:10:14.071800Z

thanks for the explanation :)

mogenslund 2020-02-10T08:49:00.073300Z

Hi. I am playing around with Atom and Chlorine. I am trying to disable the inline results without success. Does anyone know how to do that?

2020-02-10T11:32:19.074600Z

Haha. Don’t think it’s possible, but I have asked the same. I’m very quick at clearing the results out now, at least πŸ™‚

πŸ‘ 1
mauricio.szabo 2020-02-10T12:21:41.076600Z

No, there's no support for it but it'll be possible in a couple of versions. I'm having way too many problems with ink (the package that provides the inline results) so I'll implement something on my side to support it

πŸ‘ 2
😬 1
2020-02-10T12:23:26.077600Z

Sad to hear it causes problems. Happy to hear it’ll be easier going forward then. πŸ˜…

mauricio.szabo 2020-02-10T13:49:13.078500Z

Yes, and I really hope it is Ink that's getting me problems, and not Atom itself πŸ˜…

mauricio.szabo 2020-02-10T13:50:49.080100Z

(inside these "inline results", sometimes React stops working. There are, currently, lots of "unnecessary tags" on the renderings of results just because otherwise, the results don't update....)