Benoit Sigoure
Benoit Sigoure
Not only is it a bad practice to store the `Context` in a struct, but it actually led to a race condition being introduced when we added tracing (being fixed...
The packer functions call `panic()` when an overflow happens, which means the callers have to always setup a defer'ed `recover()` to potentially recover from such panics. It might be more...
gNMI currently only supports dial-in (i.e. a client coming from the outside and connecting to the network element where the gRPC server implementing the gNMI spec listens), but we see...
I have a problem with this: > The JSON type indicates that the value included within the bytes field of the node value message is encoded as a JSON string....
It's convenient that an `Error` message was added for `UpdateResponse`, but a bummer that `SubscribeResponse` didn't also get it. One common case that has come several times on my end...
Currently Zookeeper runs as PID 1. This is a problem because it does not reap child processes. When run under Kubernetes, if a command is used to check the liveness...
Node 4 is pretty obsolete by now.
Hi, I found that I can't hook `''` and instead had to use `'shift+,'` and `'shift+.'`, but this is specific to QWERTY keyboards. Is there a way to use these...
Since we upgraded to Gerrit 2.13.5, we regularly have HTTP threads stuck in an infinite loop somewhere in wicket. We're using 2.13.171.2 (the last release at this time). The stack...
### Contributing guidelines - [X] I've read the [contributing guidelines](https://github.com/docker/buildx/blob/master/.github/CONTRIBUTING.md) and wholeheartedly agree ### I've found a bug and checked that ... - [X] ... the documentation does not mention...