Fabian Vogt

Results 275 comments of Fabian Vogt

Have you tried with `BuildEngine: podman`?

I think this also triggers a wrong diff in subsequent lines, the replacement is clearly garbage. (from https://github.com/openSUSE/combustion/blob/2a6a997198f3d56a7c72664365819bbb0f563904/combustion): ```diff # Prepare chroot for i in proc sys dev; do -...

You need to get the proper compile flags through something like `pkg-config --cflags xkbcommon`

Just `sftp` a new file to the server, which has `SITE_CHMOD` denied in the config and it'll fail.

proftpd.conf has this by default here: ``` # Bar use of SITE CHMOD by default DenyAll ``` Client: ``` > sftp -P 2222 [email protected] Warning: Permanently added '[192.168.100.247]:2222' (RSA) to...

Escaping everything properly before putting it into HTML.

That has to be the case for all placeholders.

I'm hitting the same. FWICT this got introduced by https://github.com/containernetworking/cni/commit/76bf3de7f892b5adac1b20bf6fb7a1e962ad0cd1. Runtimes which include this commit don't work with CNI plugins which are missing https://github.com/containernetworking/cni/commit/27a5b994c2a55d1fceca08ec88139b61d4ad55fd (from 2017!). The issue is that...

I attempted to update the cni version to 0.6.0, which contains the needed fixes but not the API break for `cmdCheck`. While that built properly, the weave container fails to...

That's from here: https://github.com/qt/qtimageformats/blob/024527e1fa36fbe5f25e0e438d43d11cd15d68de/src/plugins/imageformats/jp2/qjp2handler.cpp#L860 So something tries to write a JPEG2000 file?