Sylvain Rabot
Sylvain Rabot
@maxb thank you for your time and your answer but, are you having a laugh ? I spent six hours straight twice to debug this while there was no problem...
```go package main import "fmt" func main() { pwet := true fmt.Printf("%b", pwet) if pwet { //fmt.Printf("%b", pwet) return } } ``` ``` $ ~/git/gofumpt/gofumpt -w . $ git --no-parger...
@alerque Agreed but it's not a reassuring for users that the maintainer is awol
@alerque I beg to differ, @AGWA showed that he is still around but did not said anything about the state of this project. Last commit is more than one year...
Totally support this request. I too have declared only `env` and would really like the associated vars to be filled by go-flags. https://github.com/sylr/prometheus-azure-exporter/blob/5247eaf48a412297bfe46572bea5bbbd52efbd49/main.go#L30-L39
See https://github.com/patrickmn/go-cache/pull/92 FYI I merged it into [`github.com/sylr/go-cache/v2`](https://pkg.go.dev/github.com/sylr/go-cache/v2?tab=doc#Cacher)
If https://github.com/patrickmn/go-cache/pull/92 is merged you could make a new `Cacher` implementation which implements `sync.Map`. With this there would be no backward compatibility problem.
I want this so I can join `kube_pod_info` with its ancestor(s) to allow advanced filtering in my grafana dashboards, e.g: ``` kube_deployment_created{namespace=~"$namespace",deployment=~"$deployment"} * on (namespace, deployment) kube_pod_info * on (namespace,...
/remove-lifecycle stale
/remove-lifecycle stale