Jakob Haufe

Results 35 comments of Jakob Haufe

I received a "SkyRC Imax B6 Pro Evo" yesterday, genuine SkyRC product, which is also using the NUC029LAN. It reports itself as "HW: 2.0 FW: 1.06". I can provide PCB...

Since this is a long-standing issue for some users and seems related to Debian: Can anyone try and reproduce it with a current Debian bullseye (soon to be released as...

The main issue is parsing of the template files which most probably happens somewhere in `lgl_db_init()`. For testing purposes, I once combined all template XMLs into a single file which...

This function was a gLabels-specific addition to `zint`. Adding support for current `zint` will require some work. Also, AIUI, glabels is going to be replaced by glabels-qt, so I doubt...

I think this stems from https://github.com/jimevins/glabels/blob/master/libglabels/lgl-db.c#L1525. Maybe it would make sense to insert a call to `g_strcanon` to restrict the characters that end up in the file name.

I would rather vote against reinventing the wheel here and stick to either [`strftime`](https://manpages.debian.org/bullseye/manpages-dev/strftime.3.en.html) or [`QDateTime::toString()`](https://doc.qt.io/qt-5/qdatetime.html#toString).

Which version of Ubuntu did this happen on? Is you system up to date w.r.t to that version? Do you have any backports installed? What's the output of cmake w.r.t...

I just did a build in a fresh 22.04 chroot and could not reproduce the error. But I saw you are using ccache. Please try building without or emptying your...

So that's another Qt build, not the one shipped with Ubuntu? Possibly. Could you try the workaround from https://stackoverflow.com/questions/53022608/application-crashes-with-symbol-zdlpvm-version-qt-5-not-defined-in-file-libqt? Quoting from the answer: > I had the same issue with...

Call cmake like this: `CXXFLAGS="-fno-sized-deallocation" cmake`