Matthias von Faber

Results 17 comments of Matthias von Faber

I have cross-compiled for Apple Silicon but haven't actually run the app on an M1 Mac yet (still on Intel waiting for the M2 Mini :wink:). qolibri HEAD should build...

I see, tough choice! :sweat_smile: From a qolibri PoV you should be good either way: 2.1.4 should already run on M1 Macs via Rosetta. Future releases will support M1 natively...

For EPWING, qolibri currently only supports [this CSS subset](https://doc.qt.io/qt-5/richtext-html-subset.html#css-properties). `padding` should work, but only with `px` values. Full CSS support could be added by displaying EPWING through Chromium, which is...

Thanks for reporting this *crazy* bug and sorry for letting it sit for so long. I bisected the issue and know what's going wrong. I'll try to fix it with...

`sudo` only preserves a select few environment variables by default. Try this: ``` $ sudo NODM_X_OPTIONS=:1 nodm ```

This seems to also affect paths whose element just above the file has a `-` in it. Here's a shot of `git grep hostmakedepends` from the root of https://www.github.com/void-linux/void-packages. `cyrus-sasl`...

Not 100% ideal, but I solved this by setting `clang-tidy.buildPath` to the `compile_commands.json` folder (variables like `${workspaceFolder}` don't seem to work, but that's somewhat expected): ![vscode-clang-tidy](https://user-images.githubusercontent.com/304760/168043578-b612e5c7-4588-45d6-9b77-1fa1962d8d37.png) A good way to...