nick

Results 58 comments of nick

[Microsoft Q&A issue here](https://docs.microsoft.com/en-us/answers/questions/849543/registering-a-sync-root-via-win32-api-is-missing-d.html)

There are a lot of small things I want to polish before releasing the first version (e.g. unwraps scattered around, some info I’d like to confirm, some small impls, etc.)....

[Here is an open discussion on this issue from `clippy`.](https://github.com/rust-lang/rust-clippy/issues/8017)

What if Aerospace ignored switching to windows that aren't on the current active workspace? I don't really use cmd+tab, but if I do, it's only floating windows in the active...

~~Blocked by issues with SVG and RIFF, but otherwise ready.~~ ~~Blocked by #546~~ ~~Blocked by #551~~ Disclaimer: Since SVG is a text format, when the CI downloads the repo, git...

As far as stabilizing values like UUIDs go, it should be a simple change to the Stabilizer. However, if the format of the JSON were to change, there can be...

FYI, CI is failing due to a weird issue with snapshot filtering, where it isn't filtering the current version used in the PR [here](https://github.com/contentauth/c2pa-rs/blob/6c859363cbd3640c1891016a463f64bebbf25e5d/sdk/tests/common/mod.rs#L59). It doesn't happen locally, my thought...

@mauricefisher64 Build issue is caused by an update in nightly toolchain, fixed in #498

If user's are deserializing into the struct, I think it makes sense to have the fields public so they know what they're deserializing into.

Temporarily using forked repo until https://github.com/zip-rs/zip2/pull/232 is merged