Ohki Nozomu

Results 7 issues of Ohki Nozomu

# version v0.0.9 # sample code ``` package main import ( "bytes" "log" "github.com/goccy/go-graphviz" "github.com/goccy/go-graphviz/cgraph" ) func main() { g := graphviz.New() graph, err := g.Graph() if err != nil...

I tried to migrate from helm-operator to helm-controller, but failed. # How to reproduce it ## software versions ``` $ kind version kind v0.10.0 go1.15.7 darwin/amd64 $ helm version version.BuildInfo{Version:"v3.5.3",...

question

Hello, is this repository still accepting contributions? - In the latest paho.golang 0.12, SubscribeOptions has been changed to slice. https://github.com/eclipse/paho.golang/releases/tag/v0.12.0 - Fixed several linter errors.

AllowFloat, AllowLambda, AllowNestedDef are starlark spec now. And enable the features AllowGlobalReassign and AllowRecursion. reference: https://github.com/google/starlark-go/blob/master/resolve/resolve.go#L100-L111

* [x] I added CHANGELOG entry for this change. * [ ] Change is not relevant to the end user. ## Changes Remove `thanos-` prefix from the user agent. This...

Some providers are currently adding a `thanos-` prefix to the user agent. https://github.com/thanos-io/objstore/blob/37752ee64d98958ceb6e3f547620e64452024a06/providers/gcs/gcs.go#L75 https://github.com/thanos-io/objstore/blob/37752ee64d98958ceb6e3f547620e64452024a06/providers/bos/bos.go#L92 https://github.com/thanos-io/objstore/blob/37752ee64d98958ceb6e3f547620e64452024a06/providers/s3/s3.go#L275 Is there a plan to remove this? Related issue: https://github.com/thanos-io/objstore/issues/23