Daniel Nicoletti
Daniel Nicoletti
Without this fix comparing a simple QString to a string hardcoded on template fails, it also fixes when the string is a QByteArray so that this renders "true" if foo...
{{ 8|stringformat:"i" }} this should ouput _8_, but atm outputs _i_
If I try to render a template like: " {{ "foo" bar }}" I get: grantlee.template: "Could not parse the remainder, bar from \"foo\" bar, line 0, admin/index.html" which clearly...
I'm evaluating using it but my build system does not support CocoaPods, where can I download the framework packages?
QXlsx can't even be compiled for Qt4 and there where still some Qt4 leftovers. This adds basic QStringView usage where it makes sense.
This is with Qt6 (didn't test Qt5), but application fails to start as it doesn't find xdg or other shell integration, I've added the .so files on the plugins/wayland-shell-integrations but...
**Is your feature request related to a problem? Please describe.** We would like to catch regressions to our software before a major version of Qt is released, the Maintainance tool...