Martin Solli
Martin Solli
Hey guys http://github.com/lojjic/PIE Would be great to have on Cached Commons, although its not a CSS or Javascript file. -martin
I ran into an exception while rendering a long-ish sequence of things in a PDF. I can reproduce the exception in a more minimal fashion with this code: ```clojure (let...
Our http-kit-backed web services are using more and more native memory as time goes by. The memory used is categorized as "Other" by jcmd [Native Memory Tracking](https://docs.oracle.com/en/java/javase/17/troubleshoot/diagnostic-tools.html#GUID-1F53A50E-86FF-491D-A023-8EC4F1D1AC77). Using async-profiler I...
I have project with a tools alias defined something like this: ```clojure {:deps {} :aliases {:build {:deps {io.github.clojure/tools.build {:git/tag "v0.10.3" :git/sha "15ead66"} my-dep/my-dep {:local/root "../my-dep"}} :ns-default build}}} ``` It seems...
We have a few packages published to Github's private maven repo for our organization. These packages are referenced from deps.edn such: ```clj {:paths ["src" "resources"] :deps {my-org/my-package {:mvn/version "1.0.0"}} :mvn/repos...
From the [docs](https://cursive-ide.com/userguide/testing.html#navigation-to-and-from-tests): > If you try to navigate to a test from source which doesn’t have a test defined (or at least, one Cursive can find using the above...