Mathis Raguin
Mathis Raguin
**Description** When using Sleep Timer, the application exits without saving progress, current track and possibly more state related to what's currently playing. As far as I could tell, this seems...
### Terraform Version v0.12.24 ### Affected Resource(s) - datadog_integration_gcp ### Terraform Configuration Files ```hcl resource "google_service_account" "datadog" { account_id = "datadog" display_name = "Datadog service account (GCP Integration)" } resource...
This follows questions asked on #argo-cd-notifications: - It is not always clear whether the map keys are defined by ArgoCD or defined by the user. This small update aims to...
It isn't clear to all users that `xxx` - a map of the form `key: value` means that the user can specify their own key. This PR adds additional examples...
**Is your feature request related to a problem? Please describe.** Many companies have custom domains for their git hosting. These domains often start by the forge name (`gitlab.`, `github.`, `bitbucket.`)...
Fixes https://github.com/ruifm/gitlinker.nvim/issues/69
**What would you like to be added**: A way to remove fields from containers when using `kubectl debug --copy-to` using `--custom` patches. **Why is this needed**: When using `kubectl debug`...
While investigating https://github.com/smarkets/marge-bot/issues/356, I've stumbled upon logs from marge-bot: ``` 2022-11-03 15:34:03,871 WARNING stderr: b"Cloning into '/tmpmpkpi0fl/tmpcefl0htl'...\nfatal: unable to access 'https://oauth2:[email protected]/repo.git/': SSL certificate problem: certificate has expired\n" ``` While the...
Following LetsEncrypt CA rotation in 2021, the ca-certs included in the latest image (0.10.1) are expired. I'm not familiar with Nix but it seems that `nixos-19.03` might be a very...
Hello, I am currently using an operator which requires a `.docker/config.json` instead of `.dockercfg`. Would that be possible to implement the secret type `kubernetes.io/dockerconfigjson`. It seems that it is the...