Kirill

Results 3 issues of Kirill

If I change slider by arrow keys, sometimes step is doubled. For example I I have range from 1 to 10 and I drag slider by mouse, everything works well....

[bug] low priority

I'm using ghost.py to scrape information from a site which produces content in progressive loading. It works fine but sometime I'm getting messages like **"The script on this page appears...

Hi, I'm getting `UnicodeDecodeError` on python3.6: ``` >>> import reverse_geocode >>> coordinates = (-37.81, 144.96), (31.76, 35.21) >>> reverse_geocode.search(coordinates) Traceback (most recent call last): File "", line 1, in File...