Anton

Results 12 comments of Anton

Some people suggested drawing 1/2 of the image, then 1/2 of the resized one and so on. However, it takes a lot of resources to accomplish that kind of transform....

same here 👋 i feel like it's because the order can be slightly different which can be seen in source maps ``` -"lib/src/second.js", "lib/src/first.js", ``` ``` "lib/src/first.js", +"lib/src/second.js", ``` https://github.com/browserify/module-deps/issues/104

just spent an hour figuring it out, can this be merged please.

@tbleckert hey I've updated the PR -- you'll have to rebuild the `dist` though!

@tbleckert hey, the way we use it is to place a loading indicator in there, e.g., ![jan-11-2018 13-04-39](https://user-images.githubusercontent.com/3825545/34826856-19eee8ea-f6d0-11e7-9cd0-87f61fc82975.gif) I feel like if there appears an extra area below the button,...

i think because the instrumentation does ``` var fs = (++_cover__().s['2'], require('fs')); ```

I've figured it out, one has to add ``` /* istanbul ignore next */ const path = require('path'); /* istanbul ignore next */ const fs = require('fs'); ``` for `babel-plugin-istanbul`...

Yeah but I thought that there's just one client -- which is my plugin and all users share its id and secret (if auth is not implicit in which case...

Hi! I've tested on iPad with iOs5, it does not render anything, then in Safari on iOs 6, it renders bottom one properly, and on iOs 7 it does not...