gestures
gestures copied to clipboard
Tap fires many times with spacebar log press
Hi! I think the tap event should fire once when the user keyups instead of fire multiple times while the user keep the spacebar pressed.
Are you sure this is not an error of requests itself or your system not having the ssl library available? Can you run the following without exception being thrown?
python -c "import requests; a = requests.get('https://github.com'); print len(a.text);"