Sean Doig

Results 11 comments of Sean Doig

@tevanoff Thanks for the prompt response, and for the technical detail in your reply! 😃 You're quite correct: it does work when you specify the plugin as `@heroku-cli/plugin-java`, just as...

If I pull `Tarts & Vicars` from the API I referred to (which I have no control over), I need that to be `[:div {} "Tarts & Vicars"]` because with...

Thanks for this, I fully understand and accept your decision that hickory isn't the place for this. However if you'll humour me I have one last (largely academic) argument to...

I just want to make clear that I'm not arguing for Reagent support as I agree that that is beyond the scope of Hickory, and I'm not selfish enough to...

I've been thinking about this for my own purposes, and aside from the macro idea, what if the `-of` functions returned metadata on their errors? Something like ``` clojure {:blank-msgs...

I'm not sure, to be honest. Imagining a slightly contrived web use-case with a `validation-set` comprising, say, presence-of/length-of/format-of/exclusion-of, wouldn't this approach create the potential for showing things like the following...

@michaelklishin sorry for the 3+ month delay. I'm using this library again and have a couple of ideas - I figure applying the validation functions monadically should allow us to...

Hey thanks for the super quick response. Eval! Of course. All those hours watching SICP lectures on youtube were wasted on me apparently... No success, but for other reasons: 1....

Awesome reply, thanks man. Alright I've got it, but still no dice. (some) dependencies: ``` clojure [org.clojure/clojure "1.6.0"] [org.clojure/core.async "0.1.346.0-17112a-alpha"] [org.clojure/clojurescript "0.0-2371"] [com.taoensso/encore "1.15.1"] [com.taoensso/sente "1.2.0"] [com.taoensso/tower "3.1.0-SNAPSHOT"] ``` i18n.cljx:...

Had a very similar issue recently - turns out we had a `:figwheel-always` on a heavily required namespace.