Paul Rutledge
Paul Rutledge
use intended ec-verify algorithm for elliptic curve signatures so as not to be misleading despite the implementation being the same as rsa-verify
Because clojure itself is loaded in a separate classloader it means that non-primitives don't transmit across the class loader boundary in a consumable way. By providing a hook on the...
Could I determine what is being referenced in the local context but not present in the target runtime and then map them and their deps into the runtime? That would...
The majority is actually off heap metaspace. This is tunable with some JVM parameters but it might mean there is no leak, it's just the consequence of loading and unloading...
After initializing a new runtime, I should inject the clj-embed namespace into it so that you can nest them.
Ideally you could start with the same classpath as the project invoking the new runtime. Probably best if you can always spawn a clone of the "current" runtime (root or...
### What are you trying to do? I am trying to define ACLs to control access for users to various sections of my network which do not correspond to tailscale...
Hello! I discovered that the content length parsing in the decoder assumes that the value can be read into an integer. It's actually quite easy to pass the bounds of...