petedmarsh
petedmarsh
I've pieced the following together as best I could but I'm not particularly knowledgeable about system operation/management so please forgive me if I've made a mistake :) Last night the...
Is there a defined behaviour for `ByteString.utf8(...)` for sequences of bytes which are not valid UTF-8? I've tried the following: ``` bytes[] invalidUtf8 = {(byte)0xFF}; // 0xFF will never appear...
I'm using gradle for the first time in my Java project (not android) and I'd like to use static code gen. I've taken a look at the example gradle file...
I'm using `STATIC_MODE` and I wondered if it's possible to customize the generated packages and class names for encoders and decoders?
These are a pre-requisit for builds to complete.
Previously, every parameter of an API call was converted to camel case before being serialized to JSON - even if it had been converted before. This added unnecessary overhead to...
DSON number should be parsed and serialized as octal numbers (including those in exponential format). From the spec: ``` such "foo" is 42, "bar" is 42very3 wow // {"foo": 34,...
Thanks for stopping by to let us know something could be better! **PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/)...