Andrei Matei
Andrei Matei
I've run into problems with `proto.Equal()` and a proto where we use `gogoproto.customtype` for a `bytes` field. I hope this is the right place to report. This is the proto:...
Thanks! The equal extension looks good! But I've run into another issue with it, reported in #283.
@msirringhaus has it been raining? :P
I can confirm that the problem goes away when using clang from the current HEAD.
Yeah... What's the suggestion here, Tobi? Even without the fact that you can't react to a retryable error after you attempt a `commit`, how would `ExecuteTx()` know if it's supposed...
Don't the drivers listen for cancellation (and return a non-retryable error) - regardless of whether crdb supports cancellation or not? Do we need this library to react to cancellation?
Well if the driver does something for cancellation, it also does something for timeout. But the question is - do the drivers indeed care about the context? I definitely thought...
That would be awesome, thank you!
For my immediate needs, this is what I'd love hand-holding for concretely: - I want to be able to write a function in some reasonable language (C, js, Go, don't...
Thank you, much appreciated! I'll give it a spin soon. Are you also interested in a review on the PR? On Mon, Jun 11, 2018 at 11:13 AM, Sebastien Binet...