John McConnell

Results 11 issues of John McConnell

Using the list (https://clojuredocs.org/clojure.core/list) data structure to define the main middleware: #### Before ```clojure (ring/router ["/" {:handler h-fn}] :data {:middleware (cons m1 [m2 m3 m4])}) ``` Works as expected ####...

Currently there is an API which coerces a response to the json content. It would be useful for testing if the reverse mapping is also provided by default. Example: ```clojure...

enhancement

![snapshot146](https://user-images.githubusercontent.com/1870400/27991800-3121ad30-6437-11e7-8e4e-ef99bc8d462e.png)

bug

### ### Step 2: Describe your environment * Errbit version: v0.7.0 (although technically it is on of the development builds post 0.7.0) * OS: linux, using errbit/errbit:latest ### Step 3:...

bug

Example use case: ```clojure (require '[clojure.core.async :as async]) (require '[konserve.core :as k]) ;; Let's assume the backing storage service is down and ;; unavailable. ;; (async/

Hi, I have the following use case: Given some complex hiccup structure, I would like to dynamically append classes to children of the hiccup element in a parent function. I...

I believe this is using an old version of Katex

I have a very similar gem at https://github.com/johnmcconnell/attr_init. My goal is to slowly integrate with _fattr_ functionality. However, if you guys are open to it. I can add the functionality...