Zachary Anderson

Results 331 comments of Zachary Anderson

Closing due to no flakes in the past 3 weeks.

@jmagman I'm having trouble finding the error in the logs from the flaky runs. Are you able to see anything?

6683 was a new instance of the same problem. The flake rate on this is below the threshold (one new flake in the past week), so I am dropping the...

Looks like this has recovered. Closing.

Sorry, to be more clear, the issues that exist now on master channel will need to be solved in order for the template to work with the forthcoming beta and...

Building for iOS with stable channel is successful, however when building for iOS with master channel, there are errors from CocoaPods: ``` [!] CocoaPods could not find compatible versions for...

My understanding was that it's possible for plugins to be compatible with both `stable` and `master`, but maybe @jmagman or @stuartmorgan can correct me. Either way, I agree `beta` is...

I tried following the advice in the error message and ran `pod update Firebase/Messaging` under the `ios` directory. That command failed, and emitted a similar error about a different dependency....

@ricardoamador has a PR out that I think will help with this https://github.com/flutter/engine/pull/39133

IIRC, for the UWP case, the functionality required ffi access to several APIs and data structures, and was not at all a gentle way to introduce ffi usage to the...