Ryan Robitaille

Results 6 comments of Ryan Robitaille

Appreciate the response! No, I def want all the nested return forms... but let me give you an example. If I am wrapping `dbgn` over a form... ``` (use 'debux.core)...

Thanks! Plan to, hopefully after the holidays.

Can repro pretty easily. `lein new app xtdb-b2-test` add to project.clj deps: ``` [com.xtdb/xtdb-core "2.0.0-beta2"] [com.xtdb/xtdb-api "2.0.0-beta2"] ``` req it: ``` (ns xtdb-b2-test.core (:require [xtdb.api :as xtdb-api]) (:gen-class)) ``` `lein...