gw0

Results 71 comments of gw0

Thanks @tringuyen-yw! In my opinion https://github.com/grafana/helm-charts/issues/527#issuecomment-982319638 should either be configured by default in `kube-prometheus-stack`, or at least it should contain a comment with an example of how to set it...

Still incorrectly implemented in v1.4.3. Let's imagine to have a true/false flag based on if another env var is empty or not: ``` $ export NUM=123 && echo 'enabled: ${NUM:-false}${NUM:+true}'...

I still believe it would be easier to just have an option to assign VNIs to Vracks at `resource.ovh_dedicated_server` creation time. With other words, configure all the hardware in one...

Actually, should there also be an option to reset the node identity (remove all `*.pem` files)? It comes in handy when replicating state between nodes.

One additional use case that would also be great to cover is an automatic fallback mechanism. For example, if you hit usage limits or run out of tokens on one...

I am wondering... Which problem does this solve? Just an aesthetic one -- that the URL does not need to specify the port `:8200`? Or am I missing something?

Alternative proposal: - Add env var to set the global user instructions file location (default `~/.claude/CLAUDE.md`). When you work on your version-controlled `~/.claude` you could change (or even disable the...

Why only run the Opencode server in a container? Why would one trust the TUI to run on your host? One of the strengths of terminal interfaces is that you...

Stumbled upon a similar issue, you need to add the missing field under `data:` in order to be able to use file/configmap provisioning. Configuring alert rules with Grafana UI produces...

Oh, alert provisioning is really messed up in latest Grafana 12.2.0. I have a simple alert rule with a threshold. - If you provision via YAML in the exact format...