Marco Scannadinari

Results 16 comments of Marco Scannadinari
trafficstars

`npm install .tar.gz` seems to work, if anyone wants a quick and dirty solution.

Additional javascript would be required yes, although it shouldn't take too much to clamp the scale factor To me the trade off would be worth it because afaik setting either...

This is pretty important as bower are recommending users switch to npm for new projects. The company I work for has to perform a workaround just for packages like these...

Using the new `will-change` property might be better. https://developer.mozilla.org/en/docs/Web/CSS/will-change ```css atom-text-editor { will-change: transform; } ```

Ah in that case is there a reason why transform isn't being used? Setting `top` and `left` so frequently will thrash layout whereas `transform` only triggers compositing in Blink.

Appreciate the work on this! Is anything blocking merging atm?