Jens Reimann
Jens Reimann
Currently, after parsing an SBOM. The `specVersion` field is not available. However, what might happen is that the `1.3` parser parses a `1.4` version successfully. However, without reparsing and inspecting...
Assuming one uses e.g. `rdkafka`, this pulls in `rdkafka-sys`, which actually contains `librdkafka` (a C library). There are a bunch of dependencies, which follow a `-sys` style pattern, adding C...
To me it looks like the output (standard output/error) goes into the wrong attribute/tag (`message`). Taking a look at some documentation: https://llg.cubic.org/docs/junit/ … there seems to be a `system-out`, which...
This is definitely not yet ready, but I wanted to share the current state.
I was trying to update the monaco editor. This crate has version 0.31, where 0.41 is the most recent one. It was mostly straight forward, but I do fail generating...
In a zola project I had the following: ```tera {% set pages = get_section(path="projects/_index.md") %} {% for page in pages.pages %} {{ page.extra.menuLabel | default(value=page.title) }} {% endfor %} ```...
The linking instructions look pretty inconsistent to me. Option one says `link `. Option two uses `link` and then `link `. However, the first `link` command triggers an error: `ERROR:...
I noticed that the `validate_token` function does validate an id token. On the backend, shouldn't there be a way to validate access tokens?
Following the idea of https://github.com/machulav/ec2-github-runner to start an "on demand" GitHub actions runner at Hetzner I found that this action can be configured to not delete the instance after the...
Again, trying to follow the https://github.com/machulav/ec2-github-runner#example for Hetzner, I would need to run a few commands after the server was created. This can be achieved by providing "user-data" to the...