Ray Holder
Ray Holder
Is there anything in the log on the right side? Also, what versions of Java and Gradle are you using for your project?
The custom Gradle model that passes the dependency information back up to the tree for rendering carries that message with it. There should be a way to detect that and...
There's probably an `idea` interface or some such that would be nice to hook into for something like this. I'll poke around and see if anything stands out. Does anyone...
Sorry for the delay on vetting this. I haven't gotten around to digging in and doing some deeper regression/behavior testing with the constructor moving around to make sure everything stays...
This looks pretty good, and it's first on my TODO list of maintenance when I circle back to this project. I should have bandwidth to ship something this week. Keep...
This could be quite useful. I'm thinking just returning the builder that was used to create the `Retryer` instance might be the simplest way to go here. It can then...
I agree with your assessment and would also consider it a bug, too, since the documentation seems to indicate it would affect a single `Attempt` without really noting that its...
I would accept a PR for this with some testing on the expected wait time ranges that should pop out.
I like this idea. The current implementation of an `AttemptTimeLimiter` using `SimpleTimeLimiter` can be fairly wasteful with respect to resources. This would make a great pull request. (:
That's an interesting suggestion. I'll add that paper to my reading list. Have you used this particular implementation before?