Hraban
Hraban
can't test this right now but I suspect that a panic from within a OnMiss handler that is wrapped in ThrottleConcurrency will not "release the lock", so to speak. the
readme file needs hard numbers on performance of lrucache, compared to that of map[string]interface{}
Synchronizing the cache (waiting for all pending operations to complete) is a nice thing for the unit tests, but I never need it outside a testing scenario. Should it be...
There are a few [ASDFv3 build operations](https://asdf.common-lisp.dev/asdf.html#index-program_002dop) which seem under ABCL to either be NOPs or cause full errors. Example: hello.asd: ```common-lisp (asdf:defsystem "hello" :entry-point "hello:main" :components ((:file "main"))) ```...
Maven expects to find docker at localhost:2375, but on Docker for Mac it's at /var/run/docker.sock.
ready to use on GAE platform.
This was mostly trial and error, and I didn’t test it on Linux. Please forgive any mistakes. I’d appreciate any help testing this on other archs. I'm sharing for the...
Hi, I've been trying to combine this with Cachix but I'm unable to get it to not download derivations that are already present in cachix. Do I misunderstand something about...
I have a giant nix build step with a 5h timeout. When the build fails early for some reason, I can see the caching action store successfully built paths. But...