-
## Bug Report
**What did you do?**
Try to compile the latest version of operator-sdk.
**What did you expect to see?**
After successfully executing `make dep`, I expect that `make install` …
-
Hello,
Currently your `go.mod` parser does not allow `//` comments in the go.mod file.
Error thrown is 'was unable to parse your go.mod file'.
Please allow this to be used.
-
I pulled the most recent changes and tried to install monstache from source. Normally this works fine, but now it's giving me the following error:
```
$ go install
go: gopkg.in/sourcemap.v1@v1.0.5:…
-
have jsonrpc benchmark test?
-
Some float64 numbers are parsed differently than when using encoding/json or easyjson.
Here is an example:
```go
package main
import (
"encoding/json"
"fmt"
"github.com/valyala/fastj…
-
Hi, I have a problem with istanbul-tools. When I made make, I got an error.
Because I am in China, I can't visit golang.org, but I can go to godoc.org/golang.org. You can't access k8s.io, but you c…
-
go version go1.10 linux/amd64 vgo:2018-02-20.1
Log
```~/src/github.com/prometheus/prometheus $ vgo vendor
vgo: creating new go.mod: module github.com/prometheus/prometheus
vgo: copying require…
-
```js
$ bee run auxpi
______
| ___ \
| |_/ / ___ ___
| ___ \ / _ \ / _ \
| |_/ /| __/| __/
\____/ \___| \___| v1.10.0
2018/11/08 16:46:57 INFO ▶ 0001 Using 'auxpi' as 'appname'
2018…
-
## Bug Report
**What did you do?**
Following the steps of https://github.com/operator-framework/operator-sdk to build an operator, and failed at the step of `$ operator-sdk build quay.io/examp…
-
Here some idea to improve performances :
* Be sure of omitempty
* netlink : DONE
* Rest API gzip compression
* DONE
* Do not deserialize to pretty print on client side
* DONE
* Use Pro…