Aodhagán Collins

Results 39 comments of Aodhagán Collins

If you use the pipe line you can get the transformed data: ``` const oboeStream = oboe(stream) .node('verb', toLower) .node('noun', toLower) .node('!.*', function(pair) { console.log('Please', pair.verb, 'me some', pair.noun); }).done((data)...

If you are still looking for help with maintaining the project I can take a look. I've used clarinet it production and like what's been done with it here.

hi @leonidasthelab could you please provide some details on where the code is running, is it node or a browser, could you specific which version please. Thanks for raising the...

Sorry, you mentioned that didn't you, the heap check is running for chrome I think only at the moment. Is difficult enough to get a headless IE going in Travis.

It should do that already, will see what the issue is.

Hi @leonidasthelab, I can't recreate this issue. I have a sample array that is being returned from the source. When I call oboe.drop the nodes are dropped from the array...

Please check the [oboe.js website](http://oboejs.com) specifically [transforming-the-json](http://oboejs.com/api#transforming-the-json). Hope that helps!

Honestly I don't know why you would use xhr over fetch (I'm sure someone will have a reason). If they really wanted to they could just `window.fetch = undefined` and...

There is another feature request #55 to be able to pass stream a ReadableStream. I would suggest doing this as part of adding fetch api support. We could then simply...

Will add config for this and fix the typo. Any thing else required?