Mark Hammond
Mark Hammond
> > #[uniffi(type = bytes)] gets a bit ugly for Option, Vec and Map - but maybe that's doable? > > Could we say that `type` can be any valid...
> so maybe it'd be good to default to `bytes` and not `sequence u8`. I believe the problem is that we simply can't differentiate at binding generation time - ie,...
> That seems like a non-optimal outcome. Yeah, I agree, and I'm not advocating for that. I was really just trying to point out the complication and why the concept...
This looks great at a quick glance, thanks! I'll look more in a few days, but in the meantime: I don't know much about xcode, but how difficult would it...
> However, `cargo-xcode` only requires one command to quickly generate an Xcode project that can be directly used and imported as a target dependency into other Xcode projects. That's why...
> I think it's a great idea to add this to the documentation, I was looking for something like this. Yeah, I'm still trying to find the correct balance here....
> Is this like https://github.com/martinvonz/jj/pull/3130? I think it's complimentary - the `` here is interesting. I just noticed in the cli: > If the source became empty and both the...
I'm the main Firefox engineer responsible for Sync's desktop integration and I'm happy to help too.
That sounds right. Sync already tries to ensure our master-password implementation is unlocked, but sadly in a way that probably makes it difficult for 3rd party managers to intercept.
pywin32's post-install script does things like creating shortcuts on the start menu, writing registry entries and registering COM objects - but it does adapt such that if can fallback to...