jeluard
jeluard
[CSS extensions](http://dev.w3.org/csswg/css-extensions/) and [media queries](http://dev.w3.org/csswg/mediaqueries/#custom-mq) allow to extends CSS syntax in a number of ways that can't be easily expressed in garden. It would be nice to allow this and...
Some highlighting library requires class prefix to follow a specific format (e.g. [PrismJS](http://prismjs.com/)). Allow user to provide a custom class prefix for DefaultVerbatimSerializer without having to reimplement it.
[core.rrb-vector](https://github.com/clojure/core.rrb-vector) might help with hiccup performance.
Most of my projects using cljx end up with a configuration similar to: ``` clojure :source-paths ["src" "target/generated-src"] :test-paths ["test" "target/generated-test"] :cljsbuild {:builds [{:source-paths ["src" "target/generated-src"]}]} :cljx {:builds [{:source-paths ["src"]...
When calling `adapt-react-class` props of type JS array are not recognized as JS value: [js-val?](https://github.com/reagent-project/reagent/blob/master/src/reagent/impl/template.cljs#L56) should also consider `array` type. This forces Clojure data serialization via `clj->js` that might not...
It would be nice to have default representations optionals. This would allow for simpler overriding of default implementations (e.g. to use another json serializer) and make liberator dependency free (reducing...
Contrary to most tasks `test` does not allow to provide a build id as argument. When you run tests with a multi-build project.clj all configurations will be compiled then tests...