Johnny Jazeix
Johnny Jazeix
This does fix partially https://github.com/izimobil/polib/issues/120. I've left octal/hexadecimal bit patterns because I have no idea on how to do them.
I played a bit with github actions. This PR is on top of the cmake one and is opened for discussion. Please only take a look at the last commit....
Hi, the documentation in https://wiki.actiona.tools/doku.php?id=en:compilation and https://wiki.actiona.tools/doku.php?id=en:devel refers to qmake, not cmake. I'm on Archlinux, to compile, I had to: * git clone https://github.com/Jmgr/actiona.git * cd actiona * git submodule...
This is a WIP for https://github.com/qml-box2d/qml-box2d/issues/133 and building with Box2d 2.4.1. I've updated to use a submodule and made it compile but there are still a few issues (changes in...
when having a FROM line like: `FROM myregistry:port/imagename:tag`, there is an error `unexpected ':' expecting '@', a new line followed by the next instruction, at least one space, or the...
Hi, thank you for your project! Is it planned to add support for other SDL modules such as SDL_mixer or SDL_image so we can use them easily in github actions?...
This one also needs to be escaped according to https://github.com/izimobil/polib/issues/120#issuecomment-1638886627
There are several fixes here: * bump minimal version to Qt5.15. This allows to remove some deprecated warnings on QMultiMap (unfortunately QMultiMapIterator is only Qt6 so we cannot remove at...