Fork me on GitHub
#shadow-cljs
<
2018-10-03
>
lilactown00:10:47

printing in node shows up in stdout of wherever you're running the node process

wilkerlucio20:10:05

@thheller I noticed when using the web UI, when I stop a build it stops the whole server, I was expecting that the server shoud be only shutdown if I pause all builds (or maybe not even then, enabling to restart those quicker)

wilkerlucio20:10:08

I think it's something to do that I'm starting shadow with shadow-cljs watch app, then if I start other build, and then stop app, the server stops entirely

lilactown20:10:20

yeah, i think you could do shadow-cljs server to avoid it stopping?

wilkerlucio20:10:46

yeah, that probably works, but still weird behavior, so I hope this can be considered a bug and fixed

wilkerlucio20:10:56

because most of time I like to start watching some build, and change as I see fit

vigilancetech20:10:10

what should I do when I get something like this?

The required namespace "cljsjs.markdown" is not available, it was required by "hoplon/ui.cljs".
Put it in my apps shadow dependencies?

vigilancetech20:10:34

it didn't help

thheller21:10:46

@wilkerlucio feel free to open an issue to discuss this but yeah this is kind of intended right now since if you stop the build using the UI and restart it the running shadow-cljs watch app will no longer receive output since the build it was watching ended

thheller21:10:45

I do however have plans for customizing the shadow-cljs server command

vigilancetech21:10:14

is the markdown shim in the shadow-cljsjs library? How do I find out what shims are currently there?

thheller21:10:16

so that you can write a function that starts everything you want