Gregory Szorc
Gregory Szorc
We're currently only reading the 4 byte header magic to determine if a file is a Mach-O. Clearly this is prone to false positives. Sounds like we'll need to perform...
Thanks for the reports. The `unhandled error` in `Error: s3 upload error: unhandled error` is coming from the `aws-sdk-s3` crate. It corresponds to an `Error::Unhandled` enum variant when the S3...
We don't yet have config file support for notarization. The [config file schema](https://gregoryszorc.com/docs/apple-codesign/main/apple_codesign_rcodesign_config_files.html#toml-structure) is designed for extensions like this. We could _just_ add a `notarize` table or similar for providing...
As g2p says, you must declare an argument specifying the allowed max output size in order to decompress frames not advertising their length. I'll keep this issue to track improving...
I'm not sure how Python / Pyodide wasm packaging works. If you need code in this repo, I will support merging PRs if the maintenance burden isn't too high. If...
A release was published a few days ago.
The `main` branch now builds and passes tests on 3.13 and 3.14 free-threaded CPython. See `docs/news.rst` for more details.
I've cherry picked this and will push it directly. PR will be marked as closed but it is in fact merged.
I thought I saw this commit pass CI. But it definitely resulted in crashes after the merge to `main`. So I'm reverting it. https://github.com/indygreg/python-zstandard/actions/runs/17011229024 Some of the wheel build logs...