Karun Japhet

Results 10 comments of Karun Japhet

Gradle 7 has started warning any projects that use `jcenter()` as a repository. Support for `jcenter()` will be removed in Gradle 8.

There seems to be aged issues and PRs with barely any responses. I'll wait another week before forking and publishing an artifact. I'll gladly take it down if the maintainers...

Thanks for the quick response @jamesbassett!

Thanks for doing this @loia! I didn't feel comfortable pushing this to Maven Central because I'd have to change packages and say I wrote the code which I didn't feel...

Hey @MarkusAmshove, this PR looks good to go from my end. Can you help trigger the build and approve the changes? _I can't do either of these right now 😞_

@AarthiT: there's [4 failing tests](https://github.com/MarkusAmshove/Kluent/runs/4018381255?check_suite_focus=true) on your PR. Can you have a look when you have a few moments and fix them as necessary?

I've added `shouldBeInRange` for ranges. The original issue said we want `shouldNotContain`. Would a matching `shouldNotBeInRange`/`shouldBeOutOfRange` make more sense? Please let me know which one you'd prefer @MarkusAmshove and @igorwojda....

@igorwojda: Can you check again? I think `kotlin`'s `assertEquals` has been fixed. ## Test code ``` @Test fun beReadableWhenFailing() { val exception = assertFailsWith { maxChar("a") shouldEqual "a" } val...

@igorwojda I didn't try this on an independent project. I must admit, I added this test inside the Kluent repo (specifically, this was under the JVM module, not the android...

I can take a shot of creating a PR for 2captcha. I couldn't see a contribution guide, information on how to test or information on the current API pieces I...