sigmundch
sigmundch
I couldn't find in the spec a lot of details explaining deferred checks. The program below: ```dart import 'a.dart' deferred as a; main() { var x = 1; try {...
This would help prevent that code is loaded synchronously, when the original program loaded the code after DOM Content loaded. See https://github.com/dart-lang/sdk/issues/24694 for an example.
see https://github.com/dart-lang/core-elements/pull/113/files#diff-53
It would be nice if the text box to make approval comments had a frame around it (some have mentioned that they didn't know there was a text box htere)....
I'm not sure how configurable is the link "Aggregated test results" that appears in the gerrit UI. Could it be different depending on some data? If so, it would be...
I've noticed that the link to the log files in the aggregated test results from a CL is missing the link to the logs. Would it be possible to include...
This issue is a bit long, but I am trying to suggest ideas that could help make the new feed UI a bit easier to navigate and more discoverable. I've...
As mentioned in https://github.com/dart-lang/sdk/issues/50664#issuecomment-1347089380 we may want to consider whether it makes sense for webdev to switch to use a front-end-server solution for all uses, and not just for flutter....
The original bug #464 had two parts: - adding a mechanism to preserve an indentation level (fixed by https://github.com/dart-lang/dart_style/commit/ef9db2d553d03ea6a1e6c3667487400c73fa34b8) - adding support for passing a statement directly to dartfmt without...