hoijui

Results 284 comments of hoijui

Ahh I see, thank you! then it makes sense.. and it is the same problem we others observed, and it fits the summary of the issue in my previous comment....

Ahh... indeed they exist! strangely though, they are not constructed in the same way they are constructed in Markdown by default. In Markdown, the header with text "The Git Protocol"...

I just tested (am using Debian myself), and the current required packages are: ``` qt6-base-dev qt6-declarative-dev qt6-svg-dev qt6-webengine-dev libqt6quicklayouts6 libqt6labsqmlmodels6 libqt6quickcontrols2-6 libqt6quickdialogs2-6 libqt6quickdialogs2utils6 libqt6quickshapes6 libqt6webenginequick6 ``` The [related PR](https://github.com/graphia-app/graphia/pull/17) used...

I just tested (am using Debian myself), and the current required packages are: ``` qt6-base-dev qt6-declarative-dev qt6-svg-dev qt6-webengine-dev libqt6quicklayouts6 libqt6labsqmlmodels6 libqt6quickcontrols2-6 libqt6quickdialogs2-6 libqt6quickdialogs2utils6 libqt6quickshapes6 libqt6webenginequick6 ``` This PR used QT5...

This most likely happens because of `set -u` somewhere in the script that sources `yaml.sh`. @mmattel BASH does not support '-' (dash) in variable names. though I guess you know...

This is also required to be able to use this container as a base for GitHub Actions, because the `checkout` action, which is almost always the first action of any...

Solution for GitHub Actions: Don't use this docker image, but the normal [actions-rs/toolchain](https://github.com/actions-rs/toolchain) action you also use for non-MUSL building, and just add the `target` property like so: ``` -...

see https://github.com/abeMedia/jekyll-pdf/issues/24 it also contains mlenkeit's fix for this issue

@maltsev , Do I understand correctly, that there is no CLI as of yet?