Janice Collins

Results 43 issues of Janice Collins

Currently (build_web_compilers 1.0.0, Dart SDK 2.1.1-dev.2.0 on Linux), webdev build --no-release --verbose does not display information on what modules are built and where by dartdevc. This would be useful in...

This results in some ambiguity as in this case for flutter: ``` warning: reference lookup resolution differs between lookup implementations: [WidgetBuilder] => new: element: [framework.WidgetBuilder] warn: true old: element: [widgets.WidgetBuilder]...

bug
P2

Set up full-text search capabilities for searching dartdoc. This could be done either by adding this directly to the search box, or by adding support for an external search (e.g....

enhancement
P3
intern

This may be negatively impacting page loading times for the Icon class. https://api.flutter.dev/flutter/material/Icons-class.html @jacob314

type-enhancement
P2
area-web-design

It's been the long pole in dartdoc's CI for a while, but it is much worse now than it used to be. Investigate why, because dartdoc performance itself doesn't seem...

P2
Infrastructure
performance

package:html is currently under-maintained and it might be desirable to be able to separate dartdoc from it in direct and indirect dependencies. How much work would this be?

P3
code health
performance

The dartdoc grinder relies on `pub global activate -spath` to run against flutter. For some reason, when using the version of pub included with the Dart SDK inside Flutter, this...

P2
Infrastructure
performance

@gspencergoog New ToolDefinitions are created for each ModelElement, so if defined, runSetup will actually execute once for each ModelElement it is referenced in. Not currently a P1 because the tool...

bug
P3
performance

@kwalrath It seems like it should be possible to build a preview mode for dartdoc where it doesn't generate links and/or doesn't generate complete docs for a package (only a...

enhancement
P2
performance

As @tvolkert pointed out in flutter/flutter#16080, it's rather confusing in flutter to require that a README.md containing top-level information must be so far down in the flutter repo.

enhancement
P2
customer flutter