Nicholas Shahan
Nicholas Shahan
@stx I'm just taking a look at the stack trace to see if anything jumps out at me. The top frame in the stack trace appears to be pointing to...
I believe there are two issues being discussed here. Aside from them both happening on a hot restart, in the investigations I've done I haven't seen any connection between the...
@eyebrowsoffire The original error in this thread is coming from this callback: https://github.com/flutter/engine/blob/23467e04433d848ed5e074b0997a1be9296e4077/lib/web_ui/lib/src/engine/canvaskit/native_memory.dart#L23-L28 I'm curious is that the only time we have the ability to cleanup via the `.collect()` call?...
@theniceboy It looks like the fix was included in the Dart 3.0 release today. Could you test with the latest Flutter 3.10 to confirm the fix?
I don't expect we will need any major changes at compile time to support the new representation from the CFE. Supporting the new representation could also be the right time...
@kenzieschmoll Can you help me understand the priority of this request? I spent a little time investigating but didn't get to any definitive answers. I did notice two of our...
> Looking back at the history behind this, the skip has been there for nearly 4 years, so I wouldn't be surprised if adding eval support within the SDK could...
I interpret `@anonymous` to mean this is a JavaScript object literal without a specific name, but `static` implies that the member is accessible through a namespace. To me that makes...
> That being said, can I imagine some possible reason why people may want to do this? Sure, and maybe we don't want to stop them from doing that, even...
cc @elliette We might need an update to webdev here?