Rafał Mikrut
Rafał Mikrut
Now shows no error, thanks.
On debian, gtk3 package is probably named - `libgtk-3-dev`. There is segmentation fault, so probably gdb should show more info about it(looks that there is a problem with C/C++ code(maybe...
For now I don't have in plans to rewrite this app or create a new one with futures, because I never programmed in such way and for now I don't...
Since https://github.com/qarmin/szyszka/commit/f387a69b8756384670e4d91ebedd03971fa4a876 uses current timezone. It will print wrong time when file was created in summer/winter time - this needs to be fixed
In CI, the latest homebrew version of gtk is used without any tricks etc. https://github.com/qarmin/szyszka/blob/827b94496f09f0d0bea14e0d2f44bdf0496b1f76/.github/workflows/mac.yml#L28-L29 basing on this site https://formulae.brew.sh/formula/atk#default, the latest version of libatk is `2.36` which I think...
Finally I find image which cause this error - [20190821_154545.jpg.zip](https://github.com/image-rs/jpeg-decoder/files/5804016/20190821_154545.jpg.zip)
Same thing happens with running rodio in CI, where there is no available audio device. I think that this shouldn't panic, but print error/warning about missing device and use dummy...
Any update? PR is almost 1 year old without any comments or reviews
Editor for me and probably a lot of other people is must have feature, so this should be number one in priority list. Godot Engine already use Control nodes(used mainly...
If user want to get image with proper aspect ratio, then it should use proper height and weight values. For now in resvg, there is now way to resize image...