Dominik Süß
Dominik Süß
Most cue files have string without spaces enclosed in doublequotes like this: ``` TRACK AUDIO TITLE "" PERFORMER "" INDEX 01 43:15:45 ``` This would lead cueprint (also cueprint) to...
This PR simply adds a Dockerfile as well as a new make target to build it. Currently defaults to `docker` as build command but can be easily switched to `podman`...
Since I'm very interested in this topic, I've built a draft to implement my feedback on #763, #917 and #309 This is by no means final, and very much intended...
### Is your feature request related to a problem ? As currently OIDC accounts are tied to email address, this can lead to issues when changing the email of a...
Since I'd really like to post some videos, I'm working on implementing this right now. I've created this issue as grounds for discussion on the implementation and feature set. IMHO...
### Is your feature request related to a problem ? Mastodon presents the user with a follow button which initiates the OStatus subscribe flow on the users home instance. This...
Implements #1089 Pretty much what it says in the title :grin: This add support for the `video/mp4` mime type with either ffmpeg based thumbnail generation or a go-native placeholder solution....
If an effective uid does not have an entry in the passwd file, the `uv_os_get_passwd` function will return `ENOENT` which has misled our debugging efforts to look for missing files...
This PR adds initial alerting support as described in the [Alerting Support Proposal](https://github.com/grafana/grafana-operator/blob/master/docs/docs/proposals/002-alerting-support.md). To keep changes small, this PR only adds the `AlertRuleGroup` custom resource. This is also the first...
The OpenAPI client is auto generated from the up-to-date Grafana API specification and offers more features.