Ross Peoples
Ross Peoples
I have been considering starting [my own Vault UI project focused more on certificate management](https://github.com/deejross/viper) since nothing seems to exist for it yet. I had been contributing to the [Vault...
Honestly, anything that keeps me from having to use the Vault CLI is an improvement. Nothing wrong with it, just a hassle and takes longer. So if it starts out...
A possible, very simple solution is to simply remove `line-height: 1px;` from the `` list elements. It will cause long items to wrap instead of run over themselves. It may...
I can tell you from a Glide perspective, I've been trying to get this to work all day. Etcd wants a version of golang/protobuf from 2016 without a Filename field...
Also would like to point out that I'm using gRPC-Go v1.2.1, gRPC-Gateway v1.2.0 and I'm now getting a bunch of errors similar to these: ```bash pb/mydis.pb.gw.go:775: too many arguments in...
@TamalSaha I believe that's correct. The plugins are installed per the documentation: ``` go get -u github.com/golang/protobuf/{proto,protoc-gen-go} go get -u google.golang.org/grpc ``` I think that installs from the master. Is...
I learned quite a bit from this, it was very helpful. Basically, you install using `go get -u` per the instructions, `cd` into each directory (i.e. $GOPATH/src/github.com/grpc-ecosystem/grpc-gateway), do a `git...
@rhnasc I think the major issue here, which most package managers aim to fix, is that `go get` does not support versions. If `dep` can replace `go get` for downloading...
/bugzilla refresh