jonsyu1
jonsyu1
It's great that the `TransactionRetryStrategy` can be configured via the `TransactionConfig`, but it is not possible to override the value via a JSON or YAML configuration file because `TransactionRetryStrategy` does...
[unparam](https://github.com/mvdan/unparam) reports unused function parameters.
## What happened? `com.palantir.logsafe.exceptions.SafeNullPointerException: Unexpected null body` is thrown when calling a conjure-undertow server endpoint via conjure-retrofit. Repro steps: 1. conjure an endpoint with return type any 2. have the...
## What happened? Retry behavior is exposed via backoff duration and number of retries. Clients can specify waiting for up to 300ms before the first retry, up to 600ms before...
These should be safe to run in parallel. Running the generators in parallel will cut down on the relatively long `gogenerate` times for big projects.
I believe `golint` or `govet` already catches unused variables, but we should check for unused functions as well.
## What happened? The `Visitor` generated for enums requires implementations to handle the `visitUnknown` case, but we literally never do anything other than throw a generic exception in the unknown...