Devon Carew

Results 101 issues of Devon Carew

Like: - responding to `--version` - responding to `--help` - printing usage text (decorating the `args` usage text slightly) - creating an `ArgsParser` object Probably architected as an abstract template...

type-enhancement

The traffic from this package does not show up in the DevTools networking page. Does this package need to be adopted to support DevTools or vice versa? We should update...

As we roll out more automation around publishing packages we've hit a few hiccups wrt automated package validation. Specifically, we generally run `dart pub publish --dry-run` as part of PR...

type-enhancement

CI systems can occasionally fail based on transient network issues - we see this as flaky `pub get` failures on bots. It'd be nice to have a feature where pub...

type-enhancement

We may want to disable the `deprecated_member_use_from_same_package` lint? ``` info - test/expect_async_test.dart:340:9 - 'expectAsync' is deprecated and shouldn't be used. Will be removed in 0.13.0. Try replacing the use of...

This would not necessarily contain breaking changes; publishing `1.0.0` would just indicate the maturity and support of this package.

type-enhancement

I'm curious how valuable the https://github.com/dart-lang/markdown/blob/master/bin/markdown.dart entrypoint is. Having it means that all packages and tools that depend on package:markdown need to spend time precompiling the entrypoint: ``` Resolving dependencies......

- rev to 4.0.0; prep to publish --- - [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR. Contribution guidelines: - See our [contributor guide](https://github.com/dart-lang/.github/blob/main/CONTRIBUTING.md)...

This is a proposal to add `unnecessary_library_name` to the recommended set. This very newly added lint landed in https://dart-review.googlesource.com/c/sdk/+/358561. It fires whenever there's a library name in a library directive;...

type-lint

Similar to #125, this is a proposal to enable `strict-inference` in the recommended lint set. We'd have to believe this is the way we want to recommend that people write...

type-lint