Danilo Spinella

Results 51 comments of Danilo Spinella
trafficstars

> Switching to smaller window size is allowed as long as the data fits, so this is not a bug. Then is this a bug in zlib implementation or a...

After having a look at the zlib python module (which is written in C), I have found the part that is not working correctly ([link](https://github.com/python/cpython/blob/v2.7.18/Modules/zlib/inflate.c#L695): ```c len = BITS(4) +...

> Have you tried the latest develop branch code? Not yet. I'll update the package with the latest develop branch code and report back.

Hi and sorry for the delay, I was in vacation. I will try the develop branch this week and report back :)

I have just updated the source. Open Build Service will now rebuild all the packages, including python, but it will take time. I'll come back tomorrow with the new results....

I can confirm that python tests now succeed with the develop branch. Thank you all for your support! :)

Handwritten [meson](https://mesonbuild.com) can also be considered since it is way simpler to use.

> Do you get errors when creating the Display object in Wayland? sway is running on my machine and the Xorg layer (called xwayland) is not enabled. Therefore the Display...

I see. Yea, it doesn't look straightforward to implement either. Can you please add a disclaimer or a note in the README? Thank you :)

Is there any update on merging this PR? This is already used in production systems and there has been no bug reports so far.