Gary Roumanis

Results 18 issues of Gary Roumanis

The tests are not automatically built if one were to change the contents of this package. You have to manually run `dart2js`. Either depend on `package:build_runner` to automatically update these...

Chrome limits the number of pending outgoing requests. Additional requests after this limit automatically fail. It'd be good `package:sse` kept track of these outgoing requests and instead buffered additional requests...

If the server uses a `keepAlive` configuration then we won't get a close signal until after the keep alive period ends. We should update the client to send an explicit...

See https://github.com/dart-lang/webdev/pull/825

type-enhancement
package:webdev

If we can't read the DDC metadata file we get an odd state error: ``` Thread 0 main threadStateError: Bad state: No element at List.last(growable_array.dart:255) at AppInspector._initialize(inspector.dart:90) at (async) at...

Currently, collecting coverage will collect coverage information for all sources used by the VM. There are scenarios where a user would only like to have coverage information for a subset...

type-enhancement
package:coverage

Make a simple closure and assign it to a variable, e.g: `var foo = () {};` If you pause the debugger and inspect the variables the closure is displayed. However,...

screen: debugger
P3
reproduce to verify

There is no indication of the log severity in the debug console. Chrome on the other hand will log severe records as red. It'd be great if we could do...

screen: debugger
g3
fix it friday
P3