kiwi-oss
kiwi-oss
Thanks for your offer, @JunHyungJang! Yes, you can take it over :slightly_smiling_face:
> I have found the isInIntegerFormat assertion clear enough (that means it can be converted to an int) Maybe my suggested names weren't that clear after all because by adding...
Indeed, you can use `hasScaleOf(0)`. My problem was rather that I need the corresponding `doesNotHaveScaleOf(0)` and this doesn't exist. So if we don't want to use your previous suggestion of...
I agree that this would also be solved if the `scale()` navigation method provided the context, and it makes sense in general. When this is implemented, we should remove the...
Thanks for the question! It made me a realise that my suggestions for the method names aren't precise enough. Both `10e3` and `1.2e12` should pass the assertion I'm looking for,...
I ran into this with a Quarkus server today, and I'd like to comment to emphasise that this is a problem for many people. Just like FroMage said, I spent...