Fork me on GitHub
#mount
<
2016-07-04
>
dhruv11:07:27

ran into a strange issue where yurt doesn't correctly return a dependent component when it is referenced within a go-loop: https://github.com/tolitius/yurt/issues/1

richiardiandrea20:07:33

Hello everybody, I need a confirmation, I have my defstate ^{:on-reload :noop}

richiardiandrea20:07:15

is the following expected behavior? - when I call clojure.tools/refresh and I have not modified the source file of the state, :start is called but not :stop - when I call clojure.tools/refresh and I did not touch the source, no :start is called, no :stop is called

richiardiandrea20:07:02

because I am trying to avoid the reloading of a state but :start is called and I need to understand why..