Anders Riutta

Results 58 comments of Anders Riutta

Thanks for the feedback. I definitely support this and have added the "help wanted" label to encourage anyone from the community to make a pull request.

Thanks for the pull request! My job has shifted away from front end, so I unfortunately can't keep up with maintenance. Would you be interested in becoming a maintainer? https://github.com/ariutta/svg-pan-zoom/issues/395

No, there's no special reason other than my job has shifted focus away from front-end. Any chance you'd be interested in becoming a maintainer?

Thanks for the report. I'm afraid I don't have the bandwidth to dig into this, but I added the "help wanted" label, if anyone else from the community has the...

Thanks for the pull request, and I apologize for my lack of response. My job has shifted away from front end, so I unfortunately can't keep up with maintenance. Would...

Hi @nnajm, Thanks for making this great library! If you have 30 seconds sometime, it would be awesome if you could add collaborators to [this repo](https://help.github.com/articles/inviting-collaborators-to-a-personal-repository/) and the [NPM package](https://docs.npmjs.com/all#giving-access-to-others)...

I've been defining all of my forks before consuming them, e.g.: var s = _([1, 2, 3, 4, 5]); var sFork1 = s.fork(); var sFork2 = s.fork(); sFork1.take(1).toArray(_.log); // =>...

@vqvu, your second paragraph answered my question. Thanks!

Agreed that this would be a new major version and also on the list of features/changes. Lots of good questions, and I don't have answers to them all at this...

Right, I mentioned Highland for inspiration but don't want to make it a dependency. That microplugin library has some good ideas. Let's go with your proposed solution. Nice work! For...