Devon Carew

Results 101 issues of Devon Carew

The current plan is to support this by converting them to json, then logging them through the `String message` param in the `dart:developer` API. I'm not sure this will support...

api

The readme on pub.dartlang.org lists the repo url as github.com/dart-lang/route - it's since moved to https://github.com/justinfagnani/route. Additionally - if this library has been deprecated in favor of route_hierarchical - the...

Hi! This PR runs the source in lib/ and test/ through dartfmt (and adds a few trailing commas in places where this helps dartfmt better format the code).

Generally, the Dart convention is to use lower_case file names for libraries. So, https://github.com/sergiandreplace/planets-flutter/blob/master/lib/Theme.dart would be theme.dart. https://www.dartlang.org/guides/language/effective-dart/style#do-name-libraries-and-source-files-using-lowercase_with_underscores YMMV of course -

I think we need to pass `serveFilesOutsidePath` into the `createStaticHandler` in order to serve content in the `packages` folders. They symlink to the project's main `packages` folder, which symlinks to...

`package:web` sits in an interesting design space: - the API is generated from the web DOM IDLs - it has a very large API surface area - around 1000 classes...

This action currently queries all open issues when looking for stale issues: https://github.com/actions/stale/blob/main/src/classes/issues-processor.ts#L564 This exhausts the number of github operations for larger repos (we currently have ~7k open issues). I...

feature request

package:csslib uses a global singleton to collect and report parse errors. We should refactor to avoid using the singleton. See https://github.com/dart-lang/csslib/blob/master/lib/src/messages.dart#L15.

type-code-health

This is a feature request to support the ability to configure the formatting line length from within the target file. The use case here is that I have a project...

enhancement

We should update the readme - likely in the example example section - to answer common questions: - should the user warm up in the benchmark in the setup method,...