Danny Tuppeny
Danny Tuppeny
Moving this from https://github.com/Dart-Code/Dart-Code/issues/4673 as it feels like a DWDS issue. When hitting a breakpoint and looking at local variables (which come from the `topFrame`), variables that are DOM elements...
Here I have two local variables, `a` and `i`. `a` is a standard class and shows in the Locals section. `i` is a DOM element and does not (I don't...
This is similar to #379, though the packages a less weird now - but they're not in the format I would expect. I'm not sure where the problem lies though...
On Windows I see missed events if we wait for `watcher.ready` and then modify a file that was very recently created. This code watches for `ready` then modifies the file,...
I'm enabling tests for Windows that were previously not running. This test currently fails for reasons I don't understand so I'm marking it as skipped to get the rest running...
The following code triggers `non_constant_identifier_names`: ```dart class Foo { /// The uuid of the user. external String get UID; } ``` Given the implementation is external, it's probably not safe...
Sometimes I want to use a `typedef` as an alias within a file, because a type is large and unwieldy. I don't want to expose the typedef because it's really...
With a connection to DTD you can call method `foo` on service `bar` but you can't in advance tell if that service/method are available. You also can't tell if that...
This might not be a Dart issue, but since changing the Dart script for a NodeJS script seems to cause the issue to go away I wonder if there might...
This is a work in progress to add a DTD implementation of the sidebar (while still maintaining a postMessage-compatible version for some transition period). There's still work to do here...