Nate Bosch

Results 719 comments of Nate Bosch

We could also keep the nullable arguments but leave the implemented interface as non-nullable and exclusively fix the generics of `_UnorderedEquality` to fix the issue discussed in #161 This is...

Keeping this open to consider whether we should remove the nullable argument types.

I don't know if we've ever agreed on a minimum SDK to support. I think it's reasonable to mention the SDK version required here.

It seems more straightforward to me for this to be handled manually. The `description` field is as easy to update as adding an argument to the command's arg parser, and...

It is possible to implement a generic deprecation mechanism for commands outside of this package, but it has some unfortunate downsides. Implementation ```dart abstract class DeprecatedCommand extends Command { @override...

> I'm getting warnings in generated files that are excluded in analysis_options.yaml. Do you get the same when you run `dartanalyzer` directly? If so there probably isn't much we can...

Updated the title to reflect the bits that we could change in this repo. Can you expand on your use case for having non-formatted generated Dart files? Typically we set...

+1 for having fewer options and just picking what we want the behavior to be always. I like the idea of finding the latest versions each time the tool runs....

What would we use when we don't pass the `--latest` flag? A hardcoded set of defaults like we use today? When would we choose to run without `--latest`? Would doing...