Attila Vago

Results 9 comments of Attila Vago

I'd like to see this fixed too. With the rise of PWAs location detection, notifications, etc, is becoming a common feature, and we should be able to emulate user behaviour...

> Any updates on this? > > I tried to use a geolocation API for form auto-filling, but I cannot test it with Cypress because of the geolocation permission popup....

@rkwright , @danielweck , am planning to look into this during this Easter break and possibly come up with a more radical fix. Took a swing at it last Sunday,...

Ended up using NVM, builds fine with Node 6.10.2, which brings me to a list of issues: - Readium doesn't support Node 7+ - The Cloud Reader itself would work...

> [`PLAY_NO_WAIT_FOR_COMPLETE`](https://ev3dev-lang.readthedocs.io/projects/python-ev3dev/en/stable/sound.html#ev3dev2.sound.Sound.PLAY_NO_WAIT_FOR_COMPLETE) specifies that the function should return immediately and leave the sound to play in the background. In other words, it means that the function is "non-blocking" — your...

> Hey @attilavago! Did you get a chance to test this? > > If not I can+will still update the docs, but I wanted to confirm this solved your issue....

Having the same issue. 😞 Updating those 2 lines fixes the issue though, so it's an easy fix.

My variation on this. Works like a charm as long as the width of the wrapper component is the same as the draggable items. ```js import { Draggable } from...

@kocoten1992 , dude, you're awesome. Saved me a lot of head-ache. Works with latest jQuery!