Rob Fletcher
Rob Fletcher
Adding `jooqModelatorRuntime("org.yaml:snakeyaml")` also makes no difference
@ayedo yes, 3.9.0 works for me. Thanks for the update.
I should note the mixin works as written using the less 1.3.3 Ruby gem.
Hmm, that definitely _was_ working at some point. I'll investigate.
Which version of Strikt are you using? The POM declares a runtime dependency on Filepeek so it should be picked up as a transitive dependency in your app. The reason...
It should be possible, I think. It's fundamentally similar to the `any` conjunction that already exists for `Assertion.Builder`.
Never trust a test you have never seen fail! Seriously, though. I think it's a good suggestion. I'm not sure how it could be implemented right now. I'd need to...
Sounds good. I know nothing about Android dev, but it would be a very logical thing to add to Strikt's capabilities.
Strikt has `propertiesAreEqualTo` which compares field by field but it doesn't do so recursively, only at the first level. A recursive version would be tricky because many things that should...