stuartmorgan-g

Results 1282 comments of stuartmorgan-g

From triage: What's the status of this PR?

FYI I have raised the blocking issue internally with the Google Maps team.

We aren't at 1.0 for any camera packages, so I would suggest leaving it at 0.x.

@Dampfwalze Is this ready for review? From the comments above it's not clear.

My understanding is that historically we have deliberately avoided adding public `isDisposed` methods to classes in Flutter, because an object shouldn't be disposed until it's no longer being referenced. I...

> The linked issue requested further clarification of why you needed this, and it timed out without any response on this question. Please file a new issue further explaining (with...

> When I updated to 16.0.0 of Pigeon, found a bug: [flutter/flutter#141499](https://github.com/flutter/flutter/issues/141499) Thanks, that should probably be an easy fix. FYI we're generally moving away from `dartHostTestHandler` in favor of...

> @stuartmorgan I have no idea why the tests are timing out. They are working fine locally. We have an ongoing problem in our Windows CI where some kinds of...

I tried running this locally, and I'm getting an assertion failure in the `THROW_IF_FAILED(D3D11CreateDevice(...))` in `InitializeVideo` on startup as a modal dialog; this may well be what's happening in CI....

`MediaEngineWrapper::Initialize` is calling: - `InitializeVideo` - `CreateMediaEngine` - which itself has a call to `InitializeVideo` early on, and `InitializeVideo` doesn't appear to handle being called multiple times, since it passes...