Dan MacTough

Results 10 issues of Dan MacTough

package.json-based parserConfiguration has been deprecated since v13.0.0 and was removed in v15.0.0 Closes #17

When using the cryptex cli, yargs emits a deprecation warning: ``` Configuring yargs through package.json is deprecated and will be removed in a future major release, please use the JS...

`myConnection` will be undefined until a connection sends back a `text` message. https://github.com/scripting/betterWebSocketsDemo/blob/master/server/server.js#L16 So, the `everySecond` function won't send it's message to a connected client until that client has first...

Working branch for v3.0.0 release ## Changes - Drop support for Node 4 - Change default behavior to not strip html by default (still an option)

enhancement
wip

See: https://jsonfeed.org/

enhancement

When trying to run `underreact start` on one of my projects, the build step failed with the following error: ``` [17:48:47 underreact] Starting underreact in development mode. Wait ... [17:48:47...

bug

We're seeing some bogus test failures being reported from Travis. For example: https://travis-ci.com/mapbox/underreact/jobs/262756120 Note: this is bogus because that job is intended to run only on the `underreact` subset of...

bug

Adds the ability to use YAML formatted Cloudformation templates, even if they use short form syntax for [intrinsic functions](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference.html). Parsing plain old YAML is fairly straightforward, but out of the...

Resolves #54 & #56 Here's an interactive REPL to demonstrate the problem and solution: https://repl.it/MUf7/5

### Is there an existing issue for this? - [X] I have searched existing issues, it hasn't been reported yet ### Use case description Currently, there is no way to...