Kevin Moore
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
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
Users likely don't want these to be doc comments on the first class
Creates a needless delta when formatted
Recently, with the `chartjs` library, I got this output. ``` dart @JS() abstract class Chart { // ... external static dynamic /*{ global: ChartSettings; }*/ get defaults; external static set...
Repurposing this issue to track a specific platform/label of "good" wasm users. This will allow giving "bling" to folks on the package site.
This avoids issues with overloading the existing `lessThan` `greaterThan` etc matchers which rely on `==` and `
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,...
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...