Bora M. Alper

Results 59 comments of Bora M. Alper

Hi, would you mind installing the latest version and trying again? ```bash python3 -m pip install --user himawaripy==2.2.0 ```

Thanks for your contribution! Let me try breaking your script down into pieces: - `/usr/local/bin/mogrify -gravity south -crop ...` I assume this is where you crop the image. I am...

Hey @ngrande! I'm ashamed even to say sorry since it's been more than a year since you sent the PR, I must have missed it. Would you like to resolve...

Honestly speaking, I don't know what might have caused the error, but it's probably when the downloader tries to return `tiledata` ([here](https://github.com/boramalper/himawaripy/blob/09599ff96cbe365e8e6aa008f475c303c59766f9/himawaripy/himawaripy.py#L59)). The thing is, we are not trying to...

@ZSandyGhost wrote: > ``` bash > Updating... > Latest version: 2016/08/05 16:50:00 GMT > Offset version: 2016/08/05 12:08:00 GMT > > Downloading tiles: 0/64 completedTraceback (most recent call last): >...

Hello all, still being not sure, I suspect this was because of multiprocessing (Python was probably failing to serialize and pass huge objects back and forth different processes). Now that...

@smenon8 How is this relevant to himawaripy?

> The image is cut on top in Unity. Seems like the very top is hidden below the top bar. Is there a way to make the image a little...

Is there a way to programmatically determine the height of those top bars in Unity and GNOME 3, or anything specified in documentation or specs? If yes, I can make...