Borja Lazaro Toralles
Borja Lazaro Toralles
**Actual behavior** We have a Docker image running mockgen 1.6.0 that we use both as a "CLI tool" locally and inside our CI/CD pipelines. When running the same command both...
### Context I am using some messages in my protos tha use the well-known google.protobuf.Timestamp: ``` message Timestamp { // Represents seconds of UTC time since Unix epoch // 1970-01-01T00:00:00Z....
I have found two issues when working with development containers that are related to self-signed SSL certificates: 1) When trying to install extensions through .devcontainer.json, this fails due to being...
This proposal implements the reverse of `ToSlicePtr` by using `FilterMap` internally to skip any `nil` pointer values in an input array of pointers and returning the corresponding array of values...
The current gRPC executor doesn't seem to expose the optional list of error details encoded in the transport. A quick check of grpcurl seems to indicate it is supported in...