Steven Shipton

Results 16 comments of Steven Shipton

I've done counters + unit tests and will next move on to lists, the nodejs example server, conformance tests

We are not fully automated yet so one thing we do to save time is to maintain a dormant set of clusters per project. This way the k8s and agones...

I just simultaneously created a duplicate issue with a workaround #1916

I wonder if the space in the username is causing the issue or the path is just missing the \?

It is a bit difficult to work with the CounterUpdateRequest in JavaScript due to the type google.protobuf.Int64Value instead of int64 From alpha.protoc ``` // A representation of a Counter Update...

@igooch Would you be able to shed any light on this?

Thank you. Reading around, it also seems that `google.protobuf.Int64Value` is a recommended way to use a nullable int, so I wonder if there's a better way to import wrappers_pb in...