Kevin Moore

Results 252 issues of Kevin Moore

As of Dart 2.0.0-dev.20 https://github.com/dart-lang/sdk/commit/6523896c6fb27a7ead2ced038da4d15164d894d4 we now have `ProcessStartMode.INHERIT_STDIO` This eliminates the need for ProcessManager in some cases, no? CC @matanlurey

type-question

Just copy it from here - https://github.com/dart-lang/coverage/blob/f768931a665d4ec768a67c64766de711e4ca6ddd/lib/src/util.dart#L58 Would get to have a canonical implementation

type-enhancement

Users likely don't want these to be doc comments on the first class

Type: enhancement
S1 high

Creates a needless delta when formatted

Type: bug
S3 low

Recently, with the `chartjs` library, I got this output. ``` dart @JS() abstract class Chart { // ... external static dynamic /*{ global: ChartSettings; }*/ get defaults; external static set...

Type: enhancement

Repurposing this issue to track a specific platform/label of "good" wasm users. This will allow giving "bling" to folks on the package site.

type-enhancement
P2

This avoids issues with overloading the existing `lessThan` `greaterThan` etc matchers which rely on `==` and `

type-enhancement

Tracking issue for back-end analysis – currently we don't capture popularity for packages that are used via `pub global activate`. `grinder`, `stagehand`, `aqueduct`, `coverage` are all "popular" via this usage,...

Type: enhancement
P3 low
Area: implementation

Git supports this today. So, for instance, GitHub can send a URL to create a pull request from a new branch that was just pushed. For the pub site, we...

Type: enhancement