Rodrigo Queiro

Results 19 issues of Rodrigo Queiro

A repository outage can stop new users from building the repository (as well as from-scratch continuous builds). To provide reliable builds, Bazel's downloader relies on manually specifying mirrors for every...

I tried to use the annotation processor support from #93 to use [Dagger](https://github.com/google/dagger) but I got the error `java.lang.ClassNotFoundException: com.google.common.collect.Multimap` from the annotation processor when compiling. My config: ``` com.google.dagger:...

If I'm viewing a namespace with kubebox, but the namespace is deleted, I'm no longer able to select a new namespace until I quit and restart kubebox. Repro: 1. `kubectl...

[Originally reported by bwims](https://github.com/google/aiyprojects-raspbian/issues/307#issuecomment-385962637): > [..] the volume is too low with 2018-04-13. > > [TestWavFiles.zip](https://github.com/google/aiyprojects-raspbian/files/1967213/TestWavFiles.zip) > > You should notice that the 2017-05-03 version (OriginalAIY ) > produces a...

Voice

When run on projects that refer to x/sys or x/crypto, go-licenses prints warnings like: ``` W0329 16:23:18.204626 221077 library.go:86] "[golang.org/x/sys/unix](http://golang.org/x/sys/unix)" contains non-Go code that can't be inspected for further dependencies:...

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/k8s/blob/master/CODE_OF_CONDUCT.md). -...

bug

Since a lot of the logic is in the flag parsing and return code generation, it seems worth including it in the test, which requires a bit of a refactor....

Using kubernetes-letsencrypt v1.7 with Cloud DNS and GKE, we've observed a "too many currently pending authorizations" error. This is surprising, since the limit is 300 pending authorizations, but we only...

bug

Connect only one motor to the brick and try to send a program to drive a short distance. ``` robot@ev3dev:~$ python NEPOprog.py Exception AttributeError: "'LargeMotor' object has no attribute '_path'"...

bug

### Workaround / Solution See [mpawlowski's solution](https://github.com/bazelbuild/rules_go/issues/3625#issuecomment-1641108398) or [linzhp's explanation](https://github.com/bazelbuild/rules_go/issues/3625#issuecomment-1642641341). ### What version of rules_go are you using? 0.41.0 ### What version of gazelle are you using? 0.32.0 ### What...