Samuel Cardillo

Results 6 comments of Samuel Cardillo

I am quite sure the Chrome (nor Firefox) APIs doesn't allow controlling the cursor because of security measures. I think a good work around would be to use the NodeJS...

What if we take the values of where the raycaster is intersecting, the dimension of `a-video` element and the screen resolution? Have not tried yet but maybe there is a...

The neon-animations behaviors are available as hybrid behaviors, but not as class mixins. So you have to add them to your class-style element using the `Polymer.mixinBehaviors` function, like this: `class...

Hey @stackt52 , its because you need to give a `NodeList` in `nodes`. For that, use a `querySelectorAll`. In your case, you could do something like : `Polymer.dom(this.root).querySelectorAll("#badge");` _(if you...

I am getting the same constantly and sometimes it works. I guess Bittrex is having some issue. The most annoying is that I have no way to catch the exception...

When you said cloudscraper @dparlevliet I looked at the code of the module I had and that was the problem... It was the deprecated one and not the one from...