Florian Klink
Florian Klink
Gerrit syntax [allows to query for approval scores](https://gerrit-review.googlesource.com/Documentation/user-search.html#labels), so something like the following is possible: `status:open label:verified=+1,user=jenkins` For all open changesets that were `+1`'d by a user named `jenkins`. Due...
Motivated by https://github.com/NixOS/nixpkgs/pull/90267. The way `rmlint` currently starts its GUI is somewhat weird. It writes a `.shredder-bootstrap.py.XXXXXX` file in `/tmp` containing some python code manually appending things to `sys.path`, then...
I'd like to be able to switch the color scheme of an existing terminal window to something else. Think of enabling an "e-ink" mode whenever I switch to that display....
activated by a hotkey (or maybe just after pressing `:`, an emoji picker opens).
currently, ate sets `vte_terminal_set_allow_hyperlink` to enable hyperlink support, but doesn't handle click events (where it would need to ask back vte about the URL at the clicked location) https://bugs.launchpad.net/sakura/+bug/1686823 explains...
``` ⇒ niv add git --repo https://url/to/empty/repo.git -n myname Adding package myname FATAL: Could not read the output of 'git'. command: git ls-remote --symref https://url/to/empty/repo.git HEAD Could not read reference...
I created a new virtualenv, and did a `pip install localshop` inside. However, I'm unable to run `localshop init` as described in the [docs](http://localshop.readthedocs.io/en/latest/installing.html): ``` $ localshop init Traceback (most...
This ensures cadvisor metrics have the job=cadvisor label set, which is used in many Grafana Kubernetes Dashboards, Alerts and Recording rules, and required to make them work. Compatibility with Grafana...
A bunch of Grafana Kubernetes Dashboards (like the default ones produced by `kubernetes-monitoring/mixins` - rendered at https://github.com/monitoring-mixins/website/tree/master/assets/kubernetes/dashboards, use the following query to construct the `$cluster` dashboard variable: `label_values(up{job="cadvisor"}, cluster)` Likewise,...
It'd be really awesome if GrafanaAgent could listen for `PrometheusRule` resources, and create remote Mimir/Cortex configuration. While it seems it's possible to configure these manually via Grafana, a lot of...