Devon Carew

Results 381 comments of Devon Carew

Somewhat related to this, I don't know if its necessary for the health workflow to should information duplicative of the publish workflow. We may consider removing the publish info from...

We could disable all pub validation (`--skip-validation`); what I'd really like though is a flag to tell pub publish to not try and run analysis - we're already covering that...

@mosuem - any thoughts here? These ideas may be a bit out of date now, but I think it would be worth taking another pass at the current health check...

One other way we could configure this to ignore publishing warnings is by supporting something like a `publishing-ignore-warnings` label; that's something a repo maintainer could add to a PR if...

I think we want to standardize, but warning makes sense. What was the file named - just a case difference?

Great, thanks for the info. I imagine - due to the dependencies above - that you publish them in the reverse order? So, `test_api`, then `test_core`, then `test`?

I'm going to work on logging more data, but from the time we get a pause event, to when package:dwds has populated frame info: ``` 1996ms (first pause) 19ms (step)...

For package:sse, it looks like https://github.com/dart-lang/sse/pull/11 serializes events from the SSE server - we should see if this rate limits debugger traffic.

> Is there an easy way to capture the traffic between dwds and Chrome when running Flutter web apps? Today I'm seeing 50-60 second waits when hitting breakpoints using chrome...

> Btw, in the debug-adapter-protocol we can tell the debugger we've paused without supplying the call stack/variables, which are requested separately/asynchronously. This means you can step quickly even without the...