Andy Burke

Results 12 issues of Andy Burke

Eg: ``` ## task Does task Run tasks `foo`, `bar` before this Run tasks `baz`, `yak` after this ``` `foo`, `bar`, `baz` and `yak` will all be executed before `task`...

Eg: ```bash detatched long-running-process & ``` This would require passing the `detached` option to spawn, and there is the caveat: > When using the detached option to start a long-running...

Allows for producing TAP-compatible output, which people can run through the various TAP output formatters. Examples: tap-vibrant ```console headline 1..7 group 1 ✖ 1 should fail AssertionError [ERR_ASSERTION]: true ==...

Allow for test groups and more verbose output. Submitted with the expectation of discussion on these changes, since they're significant, even if they don't break backwards compatibility. Examples: No groups,...

This resolves an issue where if you set the base to something that matches the beginning of one of your routes, things will not work properly. Eg: `page.base( '/en' );...

This, to my eye at least, tends to produce nicer output, especially when the terminal is over or under-sized.

There are a few changes here: 1) Update npm modules to address an npm audit warning about a DoS in WebSocket Required some API changes to handle backwards compat issues...

First, this is great. I'd like to be able to consume this via an API in my own services. For example: ```js if ( process.env.NODE_ENV === 'dev' ) { const...

enhancement

Adds an additional 'options' argument. Sets some default options. Allows an initial value for the date to be specified. Adds the ability to format the date. (See #6) Adds a...

I tried pulling this module in via npm and the github master tarball url, but it fails due to a lack of a package.json.