Matt Robenolt
Matt Robenolt
If we did introduce this, it would have to be done as a flag to opt into this behavior since it's a breaking change. Even tho it's more correct, people...
For those wanting to give some early feedback, I've published some very early release of something I've been working on here: https://github.com/mattrobenolt/ps-http-sim Very much would like to get feedback at...
On Linux, this manifests slightly differently and fails in a different place: ``` Traceback (most recent call last): File "", line 2, in File "/usr/local/lib/python2.7/site-packages/rb/clients.py", line 577, in __exit__ self.mapping_client.join(timeout=timeout)...
Many reasons. Network layer could be flaky, etc. In our case, it was very specifically while using Docker's networking stuff. Using `--net=host` on everything worked around the issue since we...
The downside I see to this implementation and the CodecV2 implementation in general is now the hard reliance on `grpc` the package since the interface relies on `mem.BufferSlice`. This is...
I've never used primsa. Can you share logs or a simple thing to reproduce myself?
I just started using this tool, and this is the biggest blocker for me to replace the standard web UI from `go tool pprof`.
The issue currently is needing support for this on the server. I plan on adding some multi statement API but haven't gotten to it yet. It'd be more like a...
Correct, I'm not sure why this is closed either, I'm guessing in error. I assume once we get the server support, it'll be easy to add in here.
It's right behind "getting the API public". Beyond that, I haven't fully decided on what the API looks like for failures. I was going to research a bit on what...