-
I am trying to compile dcgm-exporter tool (git version 965b2de86d647d6c4c3a9ebe0d66e7ebf46045f5), which throws compilation errors of go-dcgm:
```
(golang) root@9ecfb1571994:/mnt/dcgm-exporter# go ver…
-
/kind bug
**What steps did you take and what happened:**
I've deployed multiple cluster using CAPO without any issue, suddenly one day those clusters are in a failed state on the seed one:
lo…
-
fleet-server implements a DSL for some interactions with Elasticsearch.
The DSL is not complete and has poor test coverage, it's usage should be replaced by the offical go-elasticsearch typed API
-
Go-cqhttp 通知调用API失败😞
MaxRedirectsError: Redirected 10 times. Aborting.
at Request._onResponseBase (/ql/node_modules/.pnpm/got@11.8.6/node_modules/got/dist/source/core/index.js:859:35)
at R…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues.
### What happened
Data too long for colu…
-
### What would you like to happen?
Generics make beam code more readable.
Type registration is somewhat annoying because multiple type registrations are required for a single generic DoFn[T, U, …
-
Hello,
I just tested to upgrade Kube-Green on my Openshift cluster from 0.5.2 to 0.6.0 with OLM (Operator Lifecyle Manager).
The pod reports these error message:
```
W1115 08:32:05.804654 1 re…
-
There is nothing in the documentation about the API, but there is on the Wiki page. I decided to test it, but ran into a problem with imports, I'm not very good at go, but I hope it will help develope…
-
## Problem
Currently, we parse embedded JSON files into Go structures, but when serving to the frontend, we need to re-marshal these structures back to JSON. This is inefficient and could impact perf…
-
Dear Sir,
I have an error in the rest_api_client.go file in this line:
`echostr = strings.Replace(tmpEcho, "-", strconv.Itoa(rand.Int()%10), -1)`
error on the rand.Int().
Can you help me?