Fork me on GitHub
#boot
<
2016-12-19
>
jondejung03:12:04

Hey anyone online?

jondejung03:12:12

I have a question regarding beanstalk

bhagany04:12:16

regarding that PR ^, I recently switched from running tasks directly from a command line to running them from a repl. I seem to be running into (and fixing) issues with that in a few widely used tasks - am I doing something out of the norm?

pesterhazy08:12:39

@bhagany I think I may have run into that issue as well or something similar, where browsers cannot connect to boot-reload anymore

pesterhazy08:12:01

(running from the command line)

bhagany14:12:50

@pesterhazy interesting - the way I became aware of it was that browsers would stay connected, even after I killed the task

Al Baker22:12:05

there a way to suppress warnings like blah already refers to blah in ns..

micha23:12:37

you can use (ns-unmap ... to unmap the name before overwriting it

micha23:12:01

that's clojure.core/ns-unmap