Results 11 issues of Robert Fink

[Rendered](https://github.com/palantir/conjure/blob/rfink/neg/docs/rfc/006-format-negotiation.md)

long-lived

The conjure spec does not define how arbitrary data be encoded for transport in HTTP headers; in contrast, percent encoding per https://tools.ietf.org/html/rfc3986 covers such encoding for `path` and `query` parameters....

Super nice library, thank you very much, @rohanpm ! I especially love the prometheus metrics. It is unfortunate that the code is only available under GPL, effectively precluding any commercial...

Example: ``` // Expected var entry = {"key" => "foo", "value" => "bar"}; // Actual var entry = {"key" = > "foo", "value" = > "bar"}; // note the space...

https://docs.gradle.org/3.4/userguide/working_with_files.html#sec:reproducible_archives

https://github.com/palantir/gradle-java-distribution/blob/53bceca9dea953e821ebea908c2e868db859289b/src/main/resources/init.sh#L140 Would it be useful if this printed more information to STDOUT?