Adam Kalisz

Results 9 issues of Adam Kalisz

It would be great to have some more information about what this repository does and some other FAQ. * Why is this nonportable? * What does this solve? * Is...

enhancement

The[ 1.69 release of Bouncy Castle](https://www.bouncycastle.org/releasenotes.html) added some BLAKE3 support. Would it be possible to add it to buddy as well? It should be much [faster](https://github.com/BLAKE3-team/BLAKE3) than the other hashing...

I am using [clj-memory-meter](https://github.com/clojure-goes-fast/clj-memory-meter) and get this: ``` WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.github.jamm.MemoryMeter (file:/tmp/jamm1846689842101955943.jar) to field java.util.concurrent.atomic.AtomicReference.value WARNING: Please consider reporting...

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] There are no known good checksums of the assets making automatic checking of consistency...

PR welcome

MDN URL: https://developer.mozilla.org/en-US/docs/Web/API/History_API #### What information was incorrect, unhelpful, or incomplete? This should document working with the history but it really only scratches the top of the iceberg and seems...

help wanted
Content:WebAPI
time: -30mins
P2

I have trouble understanding the `(manifold-exec/stats->map (.getStats executor))` output. After a trivial transformation, I get: ``` #:thread-pool{:num-workers 93, :utilization #:summary{:permille-950 0.7666895163808638, :permille-999 0.8500435866770647, :permille-900 0.7023507840369302, :permille-500 0.0, :permille-990 0.8200846893009659}, :queue-latency...

I am not sure, where to put jvm-opts for garden. Is that supported at all, from reading the [code](https://github.com/noprompt/lein-garden/blob/458141524666e9ab6a1e15482c2601d59d505593/src/leiningen/garden.clj#L122) I don't see how I could pass it in.

Google will stop support for "Less secure 3rd party applications" on May 30th 2022. Can postal be used with oauth2? I think, adding support would be possible, since [Jakarta Mail/...

`tt/stop!` waits for the threads to finish. Is there a recommended way to simply kill the thread or threads, e.g. if it just takes too long or whatever? I have...