Lars Bilke

Results 15 issues of Lars Bilke

To be used by CI as build artifacts. Initial implementation by @chleh.

Added Realtek device `0bda:b812`. It is a WLAN-adapter from yotece. See - https://www.amazon.de/gp/product/B07572GGNP/ref=oh_aui_detailpage_o00_s02?ie=UTF8&psc=1 - https://wikidevi.com/wiki/YOTECE_AC1200

Using $response->getHeader('content-type') instead of $responseBody->getContentType() as the later does not report the content type correctly. E.g. the following request did not work before this change: https://jenkins.opengeosys.org/job/OGS-6/job/ufz/job/master/api/xml?pretty=true&tree=builds[displayName,url,keepLog]&exclude=/workflowJob/build[keepLog="false"]

Currently Jenkins tests against `ufz`-benchmark repos. The developer has no chance to test his branch on his repo against his forks of the benchmark repos. Possible solutions: 1. Developer is...

**Describe the bug** I am trying to install podman (https://github.com/unifi-utilities/unifios-utilities/tree/main/podman-install) and when I am running the install script [00-podman.sh](https://github.com/unifi-utilities/unifios-utilities/blob/main/podman-install/on_boot.d/00-podman.sh) it fails with ``` downloading https://unifi.boostchicken.io/udmpro-podman-install.zip download failed ``` **To Reproduce**...

First thanks for this great tool! Unfortunately I could not get it to work: ```bash $ ssh server $ rbbedit file You must allow the application which is running `bbedit`...

When something goes wrong in the `%appinstall` section the corresponding `scif install ..`-call returns `0` which means success. Would it be possible to check for errors and return a proper...

I would like to ask you if you can write a short usage / install description? I installed it with pathogen but I can not get it to work. Thanks!

When having `.jpg`-files in `content/` `hugo-algolia` hangs forever (with no output). Removing the jpg files (or converting them to png-files) fixes it. Do you have any idea why this happens....

Are other dynamic metadata than version and readme possible with scikit-build-core? The following did not work for me (no error but also no console entry point generated): ```toml [project] ......