Collin Jackson

Results 49 comments of Collin Jackson

I don't think we are implementing Firebase Crash (Google is recommending NOT to use Firebase for crash reporting on new projects anymore) and adding Crashlytics is covered by flutter/flutter#9592. So...

Sounds good, seems fine to fix in v4, just wanted to make sure it doesn't get lost.

You can follow the development of SpriteBuilder here: https://github.com/apportable/SpriteBuilder

I've updated the issue description to remove the part about `instance`. I think this is still a valid bug however. Please take another look.

Closing without merge since we're changing out the default program for the upcoming testnet.

Landed in https://github.com/nexus-xyz/network-api/pull/1416

I think C2PA makes is more realistic as a volunteer *verification* task... the person who has the raw original image would be incentivized to create a proof when compressing rather...

Urban Airship solves this problem by swizzling `[UIApplication sharedApplication].delegate` in `application:didFinishLaunching:` so I think it's safe for us to do as well. It wouldn't make sense to do it in...

I put some ideas for a potential solution into flutter/engine#9488 @PerLycke would you be willing to try patching your engine with this change and submit your app and let us...

There are some helpful notes in firebase-ios-sdk explaining how the warning email is triggered and how to get around it. https://github.com/firebase/firebase-ios-sdk/blob/7eb1747e4b9be195ea9908b9da28b1d0f818afe3/GoogleUtilities/AppDelegateSwizzler/GULAppDelegateSwizzler.m#L98 > * We have to opt out of referencing...