John Howard

Results 264 issues of John Howard

We recently update golangci-lint and it broke gci, forcing us to disable it. To reproduce: https://github.com/istio/istio/commit/3a245f843d38a5598b171a18422a09b4b1ba0802 ``` $ golangci-lint run --fix -c ./common/config/.golangci-format.yml istioctl/pkg/util/proto/messageslice.go istioctl/pkg/util/proto/messageslice.go:21:1: Expected '\t', Found '\n' at...

bug
help wanted
good first issue

I am running into some weird issues trying to run go-fuzz-build. Reproduction steps: * `git clone http://github.com/istio/istio` * `docker run -v $PWD:$PWD -w $PWD -it --init golang:1.16` * Inside docker:...

In golang:1.15 ``` $ GO111MODULE=on go get github.com/myitcv/[email protected] $ gobin istio.io/test-infra/boskos/cmd/mason_client@master Installed istio.io/test-infra/boskos/cmd/[email protected] to /go/bin/mason_client ``` In golang:1.16beta1 ``` root@0235e3c92fb6:/go# GO111MODULE=on go get github.com/myitcv/[email protected] go: downloading github.com/myitcv/gobin v0.0.14 go: downloading...

Currently, only amd64 binaries are published. It would be useful to additionally build arm64 binaries.

enhancement
help wanted

Go supports defining tests in `package` and `package_test` packages. (https://jdkaplan.dev/thinkin-logs/2021-10-07/). However, when using the latter form we end up with issues: ``` -: found packages mesh (mesh.go) and mesh_test (mesh_test.go_fuzz_.go)...

### Describe your problem `pipelines` used by `kpt fn render` should allow mounts and network access. There is some discussion in https://kpt.dev/book/04-using-functions/02-imperative-function-execution?id=privileged-execution. I would argue this degrades the user experience...

enhancement
area/hydrate
p1
triaged

### Is your feature request related to a problem? Please describe. Currently, kpt live, like helm and kustomize, can be used by users without cluster admin permissions. Once ResourceGroup replaces...

question
area/live
customer
triaged

Sorry this is more of a question than an issue - hopefully this is an ok avenue for this. I was looking into the new BSR. It looks great, but...

We are currently using `buf` for generation only, but looking into adding it for `breaking` as well. However, having some issues. Repo: https://github.com/istio/api ``` $ buf breaking --against '.git#branch=master' --path...

It would be awesome to deploy some big resource (say Knative Service) and then `kubectl tree --watch` it to see how things get ready. The alternative would be `watch kubectl...