gestures icon indicating copy to clipboard operation
gestures copied to clipboard

Tap fires many times with spacebar log press

Open ramiroaisen opened this issue 6 years ago • 0 comments

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.

ramiroaisen avatar Dec 31 '19 21:12 ramiroaisen

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);"

zbal avatar Nov 11 '15 00:11 zbal