John Carrino
John Carrino
I think the case you laid out isn't really useful in practice. I think if I call post, i would wait for the result to ensure it's complete and not...
``` /** * The {@link ScheduledExecutorService} used for scheduling call retries. This thread pool is distinct from OkHttp's * internal thread pool and from the thread pool used by {@link...
this never drops to 0
I can repro this on my machine. I can run it 5 times and get 3 different counts. Can we just remove the count part, as long as the versions...
`gw why --hash d7bf4e96` does not consistently return the same output. some runs have extra lines like ``` io.dropwizard.metrics:metrics-healthchecks -> 1.7.25 io.dropwizard.metrics:metrics-jvm -> 1.7.25 ```
I agree with @haxtibal, put it in the spec. I spent about 2 hours before finding this thread trying to figure out why it's doing the zigzag, but the underlying...