Andrey Okonetchnikov

Results 202 comments of Andrey Okonetchnikov

I would love to remove additional dependencies for CSS matrix calculations I'm using now along with Velocity. I also think that it would be cool to add some modularity for...

> The "unmatrix" algorithm is pretty math intensive and all js implementations I found (a year ago) were broken for non-trivial cases. @dbuezas can you provide some examples of such...

> velocityjs uses a fixed order Nope, this is exactly the problem what I'm having with velocity right now. See #323 So basically it fails even on trivial cases right...

@dbuezas I used the same algorithm I think. This doesn't look really complex to me: http://www.w3.org/TR/css3-transforms/#decomposing-a-2d-matrix

Please check the dependent libraries (prototype & effects.js)

Is this a documentation issue? Please send a fix in a PR.

> to only include the functions you really need No, this is not how restructuring in imports/requires works. Your change won't affect the bundle size. Another problem with your change...

Hey @crobinson42! Thanks for the contribution. Can you provide more information on your PR and why is is needed? Is this a breaking change? Please also update the documentation accordingly.

@SamVerschueren I think https://github.com/Tapppi/async-exit-hook/blob/master/index.js#L89-L94 is a good enough list