Gregory Szorc

Results 46 issues of Gregory Szorc

With Apple introducing a new machine architecture for macOS, universal binaries on macOS became relevant again. This issue tracks supporting emitting universal binaries directly from PyOxidizer.

enhancement

I'm filing this issue as a placeholder to track implementing `OxidizedPkgResourcesProvider.get_resource_filename()` so `pkg_resources.resource_filename()` works. If you would like this feature implemented, please leave a comment below. If possible, include the...

enhancement

Thank you for this terrific library! I had a need to use this library from my Rust project PyOxidizer (indygreg/PyOxidizer). I hope you don't mind, but I took the liberty...

As part of investigating https://github.com/indygreg/PyOxidizer/issues/482 I was looking at what other ASN.1 implementations do for `GeneralizedTime`. This project's implementation - like mine - assumes the *no fractional seconds allowed* definition...

I ran into "dependency hell" related to rpm-rs using old crate versions when trying to upgrade dependencies in https://github.com/indygreg/PyOxidizer/. It's unfortunate that this happens in the first place. But it...

This project's release artifacts are continuing to gain popularity. I initially only published the zstd compressed _full_ archives for use with PyOxidizer. Then when people discovered the utility of the...