-
**Thanks for reaching out! We're happy to help resolve issues as quickly as possible.**
**Please use this template when creating a new issue. If you do not follow this template format, your issue m…
-
### What version of Go are you using (`go version`)?
go version go1.15.4 linux/amd64
### Does this issue reproduce with the latest release?
Yes
### What operating system and proces…
-
in order to support #8488 downloadvolumefactor it would be really useful if the case block could support string golang templating
for example, I could code:
```yaml
g1:
selector: img…
-
Thank you for taking the time to report an issue and improve Flycheck. This template is for **actual bugs you observed**. If you have trouble setting up Flycheck, or if you have a question, please u…
-
**Thanos, Prometheus and Golang version used**: quay.io/thanos/thanos:v0.35.1
**Object Storage Provider**:
**What happened**: When we updated to thanos v0.35.1, the metrics for `than…
-
(Removing the template since this is not really a code bug or so.)
https://golang.org/cmd/cgo/#hdr-Go_references_to_C explains that there's a type `_GoString_`. However, that name is reserved (see …
-
If you look at documentation on this page: https://golang.org/pkg/text/template/parse/#NodeType
The NodeDot is 6 and NodeField is 8, but there is nothing between these two constants. however the so…
-
template
struct UTF8 {
typedef CharType Ch;
enum { supportUnicode = 1 };
这里我可以把supportUnicode改为0么,如果supportUnicode = 1,数值大于等于128的字节会保留, 我用其他语言的json模块解码会出错,比如python和golang,它们都不能识别大于128的…
-
As a developer who uses dev containers for many projects and always mounts the project as `/workspace` in the container,
I would like a way to specifiy the name and/or path of the original …
-
### Is your feature request related to a problem? Please describe.
Other languages (Java, Ruby) have basic bearer support, so I've updated my api definition to use that. Previously I was using OAut…