Alan Thompson
Alan Thompson
I agree with Reid & Colin that vertical alignment nearly always helps readability tremendously. And, it is always nice if the editor can automatically do most of the work for...
I have been a big user of Plumatic Schema since it was announced in 2013. I use a special testing namespace `_bootstrap` which runs before any other namespace when using...
Hi, I don't see an easy way of using the test task of lein to turn orchestra testing. Using fixtures sort of works, but I'd like to avoid special code...
I get the same errors with the newer deps on clojure 1.9/java 10 (running on Ubuntu 16.04)
``` ~/gh/reagent-forms > uname -a Linux brandy 4.4.0-122-generic #146-Ubuntu SMP Mon Apr 23 15:34:04 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux ~/gh/reagent-forms > lsb_release -a LSB Version: core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:printing-9.20160110ubuntu0.2-amd64:printing-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch Distributor ID: Ubuntu...
I'm confused.... Is the problem in rrb_vector or lein-cljsbuild? On Wed, May 23, 2018 at 8:08 PM, Dmitri Sotnikov wrote: > So looks like the best thing to do might...
Hi - Any updates to this? I've been using the Doo testing framework lately and have a nice template project. Alan On Tue, Feb 28, 2017 at 6:01 PM, Mike...
Hi - I run it from lein: lein doo phantom test once It can also use Chrome as the driver (instead of PhantomJS). Here is a demo project: https://github.com/cloojure/cljs-template Alan...
Hmmm, Looks like we could fix with this as the 3rd arg: (hash-ordered-coll [key val]) ???
Hi - I somehow missed this issue. I've been working on something that might be easier (more like `postwalk`), as well as a generalization that is more like a graph...