Sean Eagan

Results 76 issues of Sean Eagan

`color_disabled` is global state, and since ansi color is kind of a cross-cutting concern, two different parts of an application could easily mess up each other's state. I think the...

Currently when you try to nest styles it doesn't work because when a pen is done writing it resets all styles, not just its own. Here's one take on an...

Currently Matcher.matches just returns bool, and the rest of the match result is recorded separately by mutating an untyped `Map matchState` object that must be initialized and passed in. That's...

type-enhancement

It appears `.status.observedGeneration` does not reliably get updated after successful helm release upgrades. I can work on filing a separate bug for this, need to find time to come up...

initial yaml: ``` yaml dependencies: git: https://github.com/seaneagan/prompt.git ``` After running `den install prompt`: ``` yaml dependencies: prompt:null ```

bug

https://pub.dartlang.org/packages/pub_client

To do all the following while preserving the pubspec's formatting: - create pubspec with nice defaults - update pubspec - install / uninstall dependencies - show outdated status of /...

github inserts the repo description as the second line of the auto-generated README anyways, so try to get it from there. This will remove the dep on the github package.