dclements
dclements
### Description of the problem / feature request: VarChecker seems to behave erratically on implemented classes (and some other cases I haven't been able to fully pin down). ### Bugs:...
When the protobuf specifies the fields in `snake_case` the JSON parser and Java utilities will interpret it to the more conventional (for those systems) `camelCase`. It would be nice if...
Currently in `com.fullcontact.rpc.jersey.RequestParser` it doesn't support Timestamp types. It would be wonderful if it could support ISO8601 out of the box.
### Bug description When connecting via VS Code in the browser the workspace gets stuck in "starting." It will not move on past that point. It will stay open for...
The Context Overflow definition from the Context Processing Algorithm, 5.2.3 reads as follows: > If the number of entries in the remote contexts array exceeds a processor defined limit, a...
In 5.2.1 of the context processing algorithm it says: > Initialize context to the result of resolving context against base URL. If base URL is not a valid [IRI](https://tools.ietf.org/html/rfc3987#section-2), then...
Add Documentation to README to explain what this library is for (interop with statsd for systems in mixed environments) and why it reports everything as gauges (seeing Issues #21 #20...
Because of the peculiarity with how graphite interprets anything that ends with ".count" we should save users from themselves and switch that for ".samples" when we see it at the...
This to me looks more or less identical to the `README` example. Am I missing something simple? Bazel version: ``` $ bazel version Build label: 0.8.0-homebrew Build target: bazel-out/darwin-opt/bin/src/main/java/com/google/devtools/build/lib/bazel/BazelServer_deploy.jar Build...
From [section 7.1.3](https://www.w3.org/TR/activitypub/#shared-inbox-delivery): > Additionally, if an object is addressed to the [Public](https://www.w3.org/TR/activitypub/#public-addressing) special collection, a server **MAY** deliver that object to **all** known sharedInbox endpoints on the network. Emphasis...