Caolan McMahon
Caolan McMahon
Yeah, that doesn't sound right. Nodeunit doesn't do anything special looking for `new Error()` calls... if you can send a pull request with a failing test case I'll take a...
Seems like a nice feature to have. Can you please take a look at my comments on the diff and add an integration test? Thanks :)
I think @tbranyen recently updated the Backbone package to use Lo-dash instead of Underscore. @tbranyen, perhaps you could look into this? ...if it's not a package-specific issue then I'll look...
Interesting idea, how would you alert the package owner that there is a pull request pending? Currently the website doesn't send any emails but it might be a good idea...
Yep, I think more modularity would be good too. Already talked about using browserify for dependencies... definitely on the todo list.
btw @Raynos we're now using browserify to build the standalone highland.js file
@DamonOehlman quite like the look of the underbar approach you posted :)
It would be nice if there was a way to require extensions to the Stream prototype that didn't suck too. Perhaps returning a new instance of the module with an...
@Raynos well, the chaining method API is nice, but it's annoying to provide your own methods outside of 'Highland core'.
interesting idea :)