Mike Konkov

Results 2 issues of Mike Konkov

Thought worth mentioning: I've managed to keep my slow-to-setup pieces of state from annoying reloading by moving it to separate NS and marking it with ``` clojurescript (clojure.tools.namespace.repl/disable-reload!) ```

documentation

``` var item : LoadingItem if (!props[ID] && _allowsAutoIDFromFileName) item = get(getFileName(url.url)); else item = get(props[ID]); ```