Felix Barz
Felix Barz
Have you tried the example in the repository?
@ThomasVogelpohl You should use fencing to include code. Add ` ``` ` before and after your code statement and it should look as expected. See https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#code
Kindof. In widgets, it is no problem at all. In QML, you cannot directly pass QImage objects, but you can workaround this problem by using a [QQuickImageProvider](https://doc.qt.io/qt-5/qquickimageprovider.html).
I am not sure what you are asking. You can simply create an `QAbstractItemModel` in the core library, provide it via a `ViewModel` properties and use it from the GUI...
Anything on this? Especially the first point I have experienced myself a few times. Also, I think the automatic retry should even go as far as to retry when the...
I have no experience with conan, and I am not shure how well Qt modules integrate with it. I am aware you can publish plain qmake based libraries via conan,...
In lack of a better solution, I created my own sodium wrappers here: https://github.com/Skycoder42/libsodium_dart_bindings They support all platforms (mobile, desktop and web), for dart and for flutter out of the...
In #888, I have attached some more logs of the diagnose command with additional information. Maybe that can help. But I too did install gcm via the AUR. I tried...
Not as convenient, but a workaround solution I've create a while ago: https://aur.archlinux.org/packages/repkg/ . It allows to create simple rules when to rebuild a package. Use packages until they crash...
Blocked until https://github.com/antony-jr/QInstallerBridge/issues/1 has been fixed