William Rusnack

Results 114 issues of William Rusnack

When used with mocha the errors are displayed twice. Is there a way to have it only display once? ```javascript const AggregateError = require('aggregate-error') it('should fail', function() { throw new...

enhancement
help wanted

This error pops up every time causing the server to restart on every refresh, but it still functions as expected. I'm thinking that a simple catch and ignore would solve...

Are comments allowed in the flowchart DSL?

Exposed the Tree obj Added `Tree.fromTree` and `Tree.fromSource` constructors Allows a Tree to be created from an existing ast instead of only from a source string Breaks backwards compatibility, so...

Any way to get this to use acorn 5 so the "range" property is included?

I am trying to query the `remove` properties in this data object and then remove them. Does AST-query allow more generic queries like (just an example) `module.exports = Object(\.+\g, Array(Object(remove)))`...

Two class attributes are created instead of just one with their values combined. ```haskell > renderHtml $ div ! (class_ "hi" class_ "there") $ "innerhtml" ``` ```html innerhtml ```

Please put in some input result tests for your biparsing needs. Just add them to tests and try to explain yourself as best as possible.

If anyone has relevant links/references/sources to this, could you please add them here so that we can pool our external sources?

I am adding a section to the readme of existing implementations. If you have opinions about them please add them as bullets or something.