Rafał Mikrut
Rafał Mikrut
Looks heif that library is dynamically loaded from OS(I expected that it will be built into binary, but I was wrong ¯\\\_(ツ)\_/¯) The problem only happens with prebuilt binaries which...
You can download from actions binary without heif support - https://github.com/qarmin/czkawka/actions/runs/2883469684 (czkawka_gui-Linux-1.60.0 and czkawka_cli-Linux-1.60.0 ) On Ubuntu 22.04 this are required libraries to be able to run app https://github.com/qarmin/czkawka/blob/d3e7c2d77720997d3ee729c1afc8ef7215cbe196/.github/workflows/linux.yml#L35
Czkawka require glibc which is available on Ubuntu 22.04 or similar, so for me looks that this error is completely normal. With 5.0.2 version, official binary not require heif library...
Only Czkawka pre-build binaries require libc 2.35 and there is no hard requirement about version of this library The problem is that only quite new versions of OS contains by...
By default Windows(NTFS specifically) doesn't recognize difference between `C:/aab` and `c:/AAB` so it doesn't allow to coexists this two files. I'm curious what happened here that this two files can...
This is expected behavior. Current algorithm not produce reproducible results, because reproducible algorithm would be a lot of slower. Algorithm can take any image as base. With similarity 40, when...
For bad names I have similar mode in Szyszka - https://github.com/qarmin/szyszka (not available in 2.0, needs to be compiled from source) which allows to use this characters [a-zA-Z -_.]
Similar warnings are quite common for GTK This one is already reported GTK bug - https://gitlab.gnome.org/GNOME/gtk/-/issues/4446
Most renames in GDScript files(like classes or function names) should be handled by https://github.com/godotengine/godot/pull/51950 (this isn't merged yet). I think that with its help upgrading should be quite easy(not yet,...
`get_world` -> `get_world_3d` You can look at the code inside file [editor/converter.cpp](https://github.com/godotengine/godot/pull/51950/files#diff-99b0da24d653509990006447176517c0258068cac46813a23f1f3f73535cda20) to see for function renames