Varun Dey
Varun Dey
I installed the package using python 3: `sudo python3 setup.py install` as given [over here](http://www.omgubuntu.co.uk/2016/07/set-real-time-earth-wallpaper-ubuntu-desktop). It produces the above error on running `himawaripy` in the fourth step.
Hi @boramalper , `python3 --version` returns `Python 3.5.2` and no I did not modify the source in any way :smile: Hopefully, there will be a solution to this :+1: :grinning:
@ZSandyGhost is right. It's the issue in timezone. Though changing `auto_offset` is not necessary. I changed the timezone to `Asia/Kolkata` and it works like a charm. I think the timezone...
@Joezo Done :+1:
#142
Since I had nothing better to do #352
I can take this up.
Using hooks as a pre-commit or pre-push should ideally test only the staged files but because of this problem, it runs tests across all the stories and if any non-related...
Really quick debugging + inspect element and I could come up with putting a scroll next to dropdown which will depend on viewport height When viewport is small compared to...