Anders Riutta

Results 84 comments of Anders Riutta

Commit https://github.com/ariutta/svg-pan-zoom/commit/43232235ea634b7e9bbc12e63b65798614773fb8 could affect this bug, so you'll want to be sure to pull before adding your update.

@davidpelayo, any chance you'd want to collaborate with @super-cache-money? There's already a [forked repo](https://github.com/super-cache-money/orb) and corresponding [NPM package](https://www.npmjs.com/package/orb-fork). It'd be great to see development coalesce around one fork as an...

I'm fine with a rewrite. Could we keep the same API? On Jun 12, 2017 4:15 AM, "thecodejack" wrote: > Agreed with @davidpelayo . I have > improved current version...

Realistically, I've probably only got time for testing and bug-fixing at the moment.

If you're doing a rewrite, you may be interested in taking a look at the library [tad](https://github.com/antonycourtney/tad). It's currently packaged as an Electron app, but much of the code would...

Wow, it looks like `readable-stream` and `buffer` bundled and minified come in at 80K, and the entire `stream-http` library comes in at just 89K! If anyone's interested, I got the...

Thanks for the report. That's a strange one. Do you have a JSFiddle demo? Here's a starter fiddle: http://jsfiddle.net/bumbu/167usffr/

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

Thanks for the tip. Yes, I will try to make time to dig into it more within the next two weeks or so. On Mar 23, 2015 12:32 PM, "markkopaas"...

So it looks as if this happens: GET /test?code=abc123... 200 Create auth, access and refresh models. This works. POST /user/token 200 GET /test?code=abc123... 200 Try to create refresh model for...