Fork me on GitHub
#chlorine-clover
<
2020-02-10
>
sogaiu01:02:17

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.szabo03:02:40

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.szabo03:02:36

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...

sogaiu04:02:14

thanks for the explanation :)

mogenslund08:02:00

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?

Mattias11:02:19

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 🙂

👍 4
mauricio.szabo12:02:41

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

😬 4
👍 8
Mattias12:02:26

Sad to hear it causes problems. Happy to hear it’ll be easier going forward then. 😅

mauricio.szabo13:02:13

Yes, and I really hope it is Ink that's getting me problems, and not Atom itself 😅

mauricio.szabo13:02:49

(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....)