Tadej Novak
Tadej Novak
Yes, we bumped minimal CMake version to 3.19. For Ubuntu/Debian you can follow instructions on https://apt.kitware.com or just download CMake binaries manually.
For `libjpeg`, either it's `libjpeg-turbo8-dev` or `libjpeg62-dev`, not 100% sure.
Hmm, it's interesting that Ubuntu and Debian have different package names...
I think there's a rist of exposing secrets in any PR workflow, regardless where it is hosted. The main question is, what implication does it have? If we have dedicated...
So `GITHUB_TOKEN` is the only secret exposed. What we could try to push either to a staging repo or a staging branch in this repo to run the CI with...
It seems that in the latest release the numbers finally started to appear on the server side even for apps with the old SDK (but unfortunately are not recovered for...
Hmm, I think we hit some irreproducibility, probably because all values for Fatras are 0 and then compression messes-up something. I updated the hash twice now and it's different each...
@andiwand, this is finally green! 🎉 Thanks for bearing with me.
The code already builds with emscripten (using Qt platform). The problem is threading is generally not supported by wasm yet and the codebase uses a lot of it.
No, Qt wasm does not run unfortunately. It crashes somewhere where threading wants to be used as Qt is nominally not built with the support for that (but maybe this...