Logan Linn

Results 5 issues of Logan Linn

the README suggests `AutoCloseable` is respected, but currently is not. reproduction: ``` dev=> (require '[juxt.clip.core :as clip]) nil dev=> (def config #_=> {:components #_=> {:a {:start #(reify java.lang.AutoCloseable #_=> (close...

removes a failing test (added 4def489) that refers not non-existant var in `juxt.clip.edn` namespace. Before ```sh-session $ clj -M:test Running tests in #{"test"} Syntax error compiling at (juxt/clip/edn_test.clj:10:10). No such...

## Expected behavior Invoking `clojure-add-arity` in a single-arity function with metadata on the arglist should result in a function that still has that arglist meta. For example, if I have...

bug

The documentation says that the Java and Python libraries in this repo are based on Swagger. Is there a Swagger JSON or YAML spec that could be used to generate...

I installed this tool for the first time and wanted to share some usability issues I had. 1. Command output is written to stderr. Expected: output is written to stdout....