Devon Carew

Results 381 comments of Devon Carew

We had a regression in the triage bot - it was briefly trying to assign too many labels and the label assignment part of the workflow was failing; I suspect...

> But why does the fork gets the email? I see that I have not received any other issue so only issues I wrote Good question! I'm not sure why...

For this debugger related issue: https://github.com/dart-lang/sdk/issues/57040, it was triaged to `area-language` but should have been triaged to `area-vm`.

Issue https://github.com/dart-lang/sdk/issues/57055 was triaged into `area-test`; it should have been triaged into `area-vm`.

From https://github.com/dart-lang/sdk/issues/57064, it's difficult to know the right area to assign macros related issues.

cc @kenzieschmoll, @jonasfj

@DanTup - can you re-test this? One round of performance improvements have landed in flutter/flutter master.

FYI @annagrin and @grouma (Gary is OOO right now) I think supporting both would be valuable; we'll also want to look at performance improvements to package:sse as well, in order...

> ...which returns a Type. We then call the VM Service's getObject on that type but in this case it returns an error It sounds like this issue is about...

We could use the service protocol as an intermediary layer here. The service protocol has a way for clients to register services (`_registerService`), and other clients can then invoke them....