-
Found here: https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_BazelEssentialCi/9325532?showRootCauses=false&expandBuildChangesSection=true&expandBuildProblemsSection=true&expandBuildTestsS…
-
### Expected behavior
prompt completion should not be colorized:
```
~ % kc annotate
Completing completions
annotate -- Update the annotations on a resource
api-resources -- Print the su…
-
**Description**
When calling the service_principals.get() with a valid service principal id the request failed with the following error
```python
Traceback (most recent call last):
File "/ho…
-
*Requested feature*
Mockgen supports creating `github.com/golang/mock/mockgen/model.Interface` models from `reflect.Type` data using
https://github.com/golang/mock/blob/6d816de489c18a7e9a8fbd2aa5bb…
-
## CVE-2019-19794 - Medium Severity Vulnerability
Vulnerable Library - github.com/Miekg/dns-v1.0.0
DNS library in Go
Library home page: https://proxy.golang.org/github.com/!miekg/dns/@v/v1.0.0.zip
…
-
**What version of protobuf and what language are you using?**
```bash
protoc --version
libprotoc 23.4
protoc-gen-go --version
protoc-gen-go v1.31.0
```
Golang lib:
```
google.golang.org/pro…
-
## Problem:
Every few months, someone will post on Reddit that they're trying to make an intro-to-CS-style input prompt and they're confused why their code using `fmt.Scan*` doesn't work (inevitabl…
-
The download website makes it easy for all macOS users, even the ones running on Apple Silicon, to download the amd64 package. This is #52487.
As described in https://github.com/golang/go/issues/52…
-
My expectation is that adding a license to `allow-dependencies-licenses` should prevent it from being populated in the `invalid-license-changes` output however that doesn't seem to be the case with th…
sreya updated
4 months ago
-
```
FROM golang:1.16.3-stretch
RUN mkdir -p $GOPATH/src/golang.org/x/
RUN cd $GOPATH/src/golang.org/x/ && git clone https://github.com.cnpmjs.org/golang/net.git
RUN cd $GOPATH/src/golang.org…