Gregory Szorc

Results 46 issues of Gregory Szorc

(Filing this issue in response to discussion on #214.) As I made the case for in #214, there is value in leveraging trycmd's internal data structures (namely `TryCmd` and everything...

Thank you for this terrific crate! When attempting to use the editor prompt on Windows 11, notepad.exe is successfully opened with the contents of the temporary file rendering. However, when...

c-editor

#297 refactored various HTTP request APIs. New generic APIs for sending HTTP requests in lib.rs (e.g. `pub async fn execute(&self, request: http::Request) -> Result` now mandate the use of `http::Request`,...

bug

Currently, the generated files don't include other generated files when a .proto file imports another file. This causes compilation errors due to missing symbols. The file generation should be changed...

Currently, the DMG reader treats all `Comment`, `Ignore`, and `Zero` block chunks as an array of 0s of length `compressed_bytes`. When reading DMGs produced by Apple's tooling, I was seeing...

apple-dmg

We have logic that attempts to deduce an appropriate `identifier` string when signing a binary or bundle lacking such an identifier. Our logic varies from Apple's in various ways. One...

bug
apple-codesign

Currently, we fully load Mach-O binaries in memory for signing. This was convenient to implement because Rust Mach-O parsers like to use 0-copy and operate on full Mach-O data. We...

enhancement
apple-codesign

Per #29, it is apparent that we don't support signing IPAs directly. We should implement support for signing IPAs. I've never done iOS/iWatch/etc development and have never used IPAs. So...

enhancement
apple-codesign

We currently lack support for writing flat packages. This means we can't recursively sign `.pkg` installers. Nor can we create our own `.pkg` installers from scratch. This issue tracks implementing...

enhancement
apple-codesign

Over in #11 there was a suggestion long on my mind: having a CLI interface that is compatible with Apple's `codesign` tool. The ultimate goal being someone could drop an...

enhancement
apple-codesign