Robert Iannucci
Robert Iannucci
It's a bit annoying to have to manually remove yourself from the authors list... it's also annoying when you do that and then get re-added automatically :P
In a text proto file like: ``` something: < description: "this\nwould\n naturally be a\n multiline string" ... > ``` It would be awesome if we could e.g.: ``` something: <...
Specifically, the line: ``` go capturedText := matches[1] ``` Is out of bounds. It looks like the length of matches is actually inspected later on (line 69), but by that...
What would you think about using Varints (http://golang.org/pkg/encoding/binary/) to encode all numerical values in gkvlite's datafile? Advantages: - would allow support for keys and values up to `2**63-2` without bloating...
Hello! In Chromium we saw an issue where a user on Windows was having a CAS client timeout - we think we narrowed it down to which timeout it could...
**Client** Datastore **Environment** Any **Go Environment** Any **Code** e.g. https://github.com/googleapis/google-cloud-go/blob/master/datastore/transaction.go#L311 At least the `mutations` field is unguarded by any synchronization mechanism, but the `pending` field is also suspect. This is...