Adrian
Adrian
Here's the workaround I ended up with so that closing the streams closes the connection. ```clojure (let [body (proxy [FilterInputStream] [^InputStream (:body response)] (close [] (.close (:http-client response))))] (partially-consume body)...
I was looking into this a bit and adding clojure/clojure will also require an update to the analyzer. Currently, the analyzer looks for a project basis like `deps.edn` or `project.clj`,...
> Maybe the analyzer could be separate from the discovery component that searches for Clojure repos. The discovery of repos is separate from the analysis. The problem is that clj-kondo...
Yea, I'm not really sure how much the results would change if instead of trying to calculate source paths based off project files, if we just used your method and...
Coercion inside generated functions also does class generation and relies on gen.jna namespace code.
Fixed in v1.4!
- Add links to JVM options that help debug crashes, https://github.com/phronmophobic/llama.clj/blob/main/deps.edn#L67
Either make Structs less janky or document using callbacks in structs, https://clojurians.slack.com/archives/C05TLSER19B/p1721948514185319
Expanding the number of clojure libraries dewey can index sounds great. There's a few different changes I'm thinking about for the data pipeline, so I'm not exactly sure what timeline...