Fork me on GitHub
#conjure
<
2021-08-13
>
schmee22:08:24

is there a way to make Conjure subscribe to out by default? Right now I’m running :ConjureOutSubscribe after every REPL restart

Olical10:08:24

Hmm not right now I don't think, although I could add an event you could hook into :thinking_face:

Olical10:08:52

I've never actually used it, I added the feature because I saw it in the nREPL / CIDER docs but I don't really know what it does, I've never noticed a difference.

Olical10:08:12

Does it redirect stdout to your nREPL connection or something? And is it mostly just used for CLJS?

schmee11:08:08

I’m playing around with https://github.com/BrunoBonacci/mulog with a console publisher, and without :ConjureOutSubscribe I see the output in the REPL in my terminal but not in the Conjure log buffer

schmee11:08:40

this wouldn’t be much of an issue, if it wasn’t for another issue that I haven’t figured out yet with code reloading, which means I’m restarting my REPL a bit more often then usual 😬