Folcon

Results 83 comments of Folcon

Before I started this, I was just putting `resolvers` in a var, an application can have anything from dozens to hundreds of `resolvers`, that are all combined into a single...

I'm being unclear =)... I'm aware that you can noop or stop mount defstate reload, it's a great feature =)... The parser function is designed to compile the resolver state...

Hi @tolitius, sorry I haven't responded up until now, been a bit busy 😊... To answer your questions: > 1. why does this need to be a separate state? I...

Thanks, much appreciated! It's not intended to be *finished*, as one way or another I'm intending to add additional entries. Advice is certainly appreciated!

Thanks for this @timothypratley! :)... I'll have a review of this tomorrow/day after. I do intend to put together another lesson during the new years break. I want to do...

Ok, so having done a little more digging, it seems to be a bug in firebase? As far as I can work out if you use int keys, it always...

I've been getting this when trying to do repl based testing, even with load file in repl: ``` clojure.test.check -> clojure.test.check.clojure-test -> clojure.test.check ``` This is problematic as I can't...

``` 2019-10-05 12:23:14,893 [33787093] DEBUG - #cursive.repl.actions - Namespace cycle: clj:clojure.test.check (/Users/currentuser/.m2/repository/viebel/gadjett/0.5.4/gadjett-0.5.4.jar!/public/js/clojure/test/check.cljc, /Users/currentuser/.m2/repository/org/clojure/test.check/0.10.0/test.check-0.10.0.jar!/clojure/test/check.cljc) -> clj:clojure.test.check.clojure-test (/Users/currentuser/.m2/repository/org/clojure/test.check/0.10.0/test.check-0.10.0.jar!/clojure/test/check/clojure_test.cljc, /Users/currentuser/.m2/repository/viebel/gadjett/0.5.4/gadjett-0.5.4.jar!/public/js/clojure/test/check/clojure_test.cljc) -> clj:clojure.test.check (/Users/currentuser/.m2/repository/viebel/gadjett/0.5.4/gadjett-0.5.4.jar!/public/js/clojure/test/check.cljc, /Users/currentuser/.m2/repository/org/clojure/test.check/0.10.0/test.check-0.10.0.jar!/clojure/test/check.cljc) ``` Ok, so one thing I've picked up from...

Ok, so I looked over the code and I've added a `^{:clojure.tools.namespace.repl/load false}` into the core function, which should hopefully allow a full reload to occur while still having everything...

Ok, noticed new behavior on windows as well, using same functionality as defined above, it spawns a new window, the old window goes black and then the entire application exits...