Joerg Sonnenberger
Joerg Sonnenberger
I've posted a different version using `WeakMap` as #2891, which also includes test coverage. I think that cleanly supersedes this PR.
I don't really see the point. This adds a lot of special purpose logic with little gain. The same effect can already be obtained with --exclude or -s.
Deflate64 is pretty pointless as algorithm and that's why libraries like zlib (which we depend on for Deflate) don't implement it. It would be nice if Microsoft stopped with the...
Sorry, but what does "hermetic toolchain that guarantees correct results" even mean? The two build systems in the tree fill two very different use cases: - autoconf requires a fairly...
I've seen packets up to ~500KB as well, so it seems the 64KB size is too limited.
You should ignore that report.
Rebased on current dev, should be easy to merge now.
> Hey, you'll want to retarget to `dev` as per our [contribution guidelines](https://github.com/bigskysoftware/htmx/blob/master/CONTRIBUTING.md) It was, stupid GitHub UI always chooses the wrong base here.
"Asynchronous" is somewhat misleading here. There are generally two models for data processing libraries: push model and pull model. Libarchive follows the pull model for reading and push model for...
Not in general. Your best bet is likely using a library for co-routines to switch between different stacks in the same thread.