Ryan Robitaille
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.
Using [org.clojure/clojure "1.11.4"]
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...
Ah, yes that did it. Thank you.
what do you mean, for the name?