modular icon indicating copy to clipboard operation
modular copied to clipboard

Results 6 modular issues
Sort by recently updated
recently updated
newest added

[modular.bidi/as-request-handler](https://github.com/juxt/modular/blob/master/modules/bidi/src/modular/bidi.clj#L68) is missing quite important parameter `handler-fn`, which should be passed to [bidi.ring/make-handler](https://github.com/juxt/bidi/blob/master/src/bidi/ring.clj#L28)

After doing a: ``` lein new modular foo templated-bidi-website ``` And attempting `lein run`, I get a stacktrace along the lines of being unable to find `hiccup/core.clj` on classpath, originating...

- A simple assert makes sure that the number of kv's passed to make-args is always even. - Boolean values, specifically falses, were getting lost due to the use of...

I like to be able include a webjar resource like "jquery" and have that component provide a `get-javascript-paths` function like the `ClojureScriptBuilder` does. The same would be feasible for css...

modular datomic pulls in datomic-extras which pulls in a really old version of datomic free. This triggered a hard to debug error when the stracktrace listed under Changes to Index...

We should have a basic ES component (that manages connections, uses native client). I'm volunteering to extract it and contribute a PR.