Gregory Szorc
Gregory Szorc
My over-arching use case is: * Implement file format features (`.trycmd` format extensions if you will) that don't yet exist [without being blocked on `trycmd` to accept a new feature...
I don't want to have to build my own runner (with steps), diffing functionality, etc. I agree that `snapbox` is a useful foundational crate to have. But there's just enough...
This is a reasonable feature request. The current code for sending App Store Connect HTTP requests is somewhat generic and should be easy to extend with alternative authentication mechanisms. However,...
Great investigation! Although I'm still a little confused how RedHat's OpenSSL config settings are influencing our statically linked OpenSSL. Is there some kind of file-based config that PBS is picking...
I think I'm going to continue shipping DWARF v5 for the moment. If you run into an issue where the presence of DWARF v5 is causing an excessive burden for...
This is a duplicate of https://github.com/indygreg/python-build-standalone/issues/132. This should get fixed once we pull in / release new default Python distributions. That _might_ happen today. But releases take a few hours...
> Awesome! How can I update the python distribution in my project? Until a new version is published (the new default distributions are already on the `main` branch if you...
We'll need to add `-ObjC` to the linker argument in PyOxidizer as well.
I think this quirk should be documented in the official docs, if possible. Are you willing to submit a PR, @prescod? (No problem if not.)
There may be room to improve PyO3's APIs. But I think my note on operating on finalized interpreter has more to do with bad API design on my part. There...