Gary Roumanis
Gary Roumanis
> If a line is executable _and_ ignored, I'd expect the VM would collect the hit count and the coverage package should suppress the hit-count for that line -- i.e....
I'm struggling to reproduce this issue with: Windows 10 Dart SDK 2.6.0-dev.8.1 stagehand 3.3.4 webdev 2.5.3 Chrome 77.0.3865.90 I'm also presented with the `Loading...` screen but after a second or...
Can you check to see if `/dwds/src/injected/client.js`is loaded in the browser? That is the resource that starts does the connection handshake which will cause the `app.started` event.
Oh fun. Haven't seen this one before. This is definitely a handshake issue. For some reason the SSE connection is not being established. Does the network tab provide anymore details...
I'm struggling to determine what could cause this issue. Are you able to run the tests in [`package:sse` ](https://github.com/dart-lang/sse) without issue?
Thank you. `package:sse` is not playing well with something in your environment and that's what is causing the issue in `package:webdev`. I'm going to close this issue in favor of...
I tried to reproduce this issue on another Windows 10 environment without success. I'm stumped as to what could be the issue.
@alexander-doroshko I'm told you are still experiencing this issue. I haven't been able to reproduce it on multiple Window based machines. Any other details that might help track this issue...
We should open a separate tracking bug to improve the error or not run the test after failing to load it.
Looks like setting the hostname to `0.0.0.0` resolves the issue. I know internally we changed all references from `localhost` to `0.0.0.0` as IPv6 rolled out. I'm wondering if this should...