Devon Carew
Devon Carew
``` Analyzing dart-services... 4.6s error • A value of type 'GeneratedMessage' can't be returned from method 'copyWith' because it has a return type of 'CompileRequest' at lib/src/protos/dart_services.pb.dart:51:7 • (return_of_invalid_type) error...
Here are the two places where package:html is imported: ``` lib/src/render/documentation_renderer.dart:import 'package:html/dom.dart' as dom; lib/src/render/documentation_renderer.dart:import 'package:html/parser.dart' show parseFragment; lib/src/validator.dart:import 'package:html/parser.dart' show parse; ```
> This is correct. It is not as useful now as dartdoc is better tested than it once was. Having it off by default (or even in a separate tool)...
For the first item, that does sound something like iframes. I don't know of the SEO indelibility of having scripts generate content. In terms of the 2nd request, we've gotten...
> This is a very very visible, very large change to the UI. Do we need some UX opinions here, or comparisons with other API docs? I'll add some screenshots...
The page for a class (unchanged): The page for a top level library constant (unchanged): The page for a class constructor (changed to no longer have sibling class members in...
cc @kevmoo who asked about this recently
@sigurdm @mraleph - who would be best to review this?
I think the issue here is that two entities want to control the action versions in the workflow files? In this case it's us (based on feedback from the scorecards...
For background, when we first saw this issue a few weeks ago, I did some profiling in devtools and 90% of the time was spent in emmet and regexs.