Elijah Luckey

Results 16 issues of Elijah Luckey

**Description** In a pre/post-hook script I would like to know - if a user provided an output directory (perhaps use `null` if nothing provided) - what that output directory is...

documentation

**Description** When I have a local brick at `package/bricks/dart_package` I would like `mason add` to infer the name of the brick with out specifying (where possible). If I run ```...

question
waiting for response

**Description** There is a bit a boilerplate when writing new `args` `Command`s. When using the generate `dart_cli` template I would like to be able to quickly and easily add new...

**Description** If there is a way to configure a `.vscode/launch.json` to do the equivalent of **Dart Frog: Start and Debug Development Server** (from the command palette), please provide documentation on...

documentation

When searching for package I would like to be able to search multiple publishers in a single query. Currently we can only search one like `publisher:dart.dev`. I would like the...

Type: enhancement

Added documentation to describe the behavior when `Iterable.reduce` is called when it is an empty collection. It's also noted that one may consider using `fold` in that case. --- -...