Results 15 comments of scott-cornwell

It looks like card expiration date is still broken in Firefox. Putting in those same checks for backspace and which instead of keyCode seems to fix it. I'm not seeing...

I think I needed to restart my browser, I was not even getting 'Backbone' tab to show up before. Now I get it but I guess I'm not sending Backbone...

Unfortunately it's for work and closed source. We have extended a bit on top of Backbone so that could be why. We are using Coffeescript and extending Backbone.Model, Backbone.View, etc......

Same problem here. I'm using latest mobx with nested stores, maybe that has something to do with it?

In ShadowMaskFilter I just changed this line at the end to these two lines and passed in some uniforms for the colors and a fade property : ``` // gl_FragColor...

Ok I'll try to get a PR together soon here. I realized I actually made a few other small changes to make this happen but it's really not much.

Additionally, the InputManager being initialized in a webworker crashes.

@robin-rpr I'm aware of that, but it's possible to refactor it so it does not depend on window. I have done this locally and I now have it working. So...

@amir-arad _shadowMapResultSprite is not needed, I commented it out and everything still works

Perlin 3 is still broken, it actually doesn't work at all for me. Throws an error `Cannot read properties of undefined (reading 'dot')`. grad3 is supposed to return an object...