Sean Doig

Results 7 issues of Sean Doig

Pretty much the same as https://github.com/jebberjeb/fsmviz/pull/4 :) If you're happy with it I would be grateful if you could push up new versions of this and fsmviz to Clojars!

I'm sure the title is explanation enough for seasoned macro-writers like yourselves, but for completeness: ``` clojure (def dict {:en {:greetings {:hello "world"}}}) (def compiled-dict (tower-macros/dict-compile dict)) ``` fails because...

Note: Detailed traces in the linked gists as they were too large to post here. Since the v7.62.0 CLI release `heroku plugins:install java` is consistently failing. Initially it required a...

I'm currently using `as-hiccup` to transform parsed HTML into a vector I can save and later render with [Reagent](https://github.com/reagent-project/reagent). This works almost flawlessly except for the fact that `as-hiccup` escapes...

type: bug
category: parsing

With regard to the following example on [this page](http://clojurevalidations.info/articles/getting_started.html#usage). ``` clojure (ns my.app (:require [validateur.validation :refer [validation-set presence-of format-of]])) (let [v (validation-set (presence-of :user-name) (format-of :user-name :format #"^[^\s]*$" :message "may...

documentation
request
bug

I'm not sure if you're deliberately holding off on Clojure 1.7 support until it lands officially, but in using the release candidates it's been useful to me to keep styles...

enhancement
patch welcome

It seems that doo constructs an absolute file URI for phantom to open in order to run the tests. The problem I've run into is that the following is a...