mount

2016-07-04T11:12:27.000440Z

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

richiardiandrea 2016-07-04T20:01:33.000446Z

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

richiardiandrea 2016-07-04T20:03:15.000447Z

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

richiardiandrea 2016-07-04T20:04:02.000449Z

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