Mattia Tommasone
Mattia Tommasone
Still cannot build it locally btw, getting the same error.
Yep that looks exactly like my case.
Yep this fixed it, thanks a lot!
Sorry about the delay in the release, planning to make one next week.
I'd rather open a new one for the nullable Duration
See above, I'd rather have a new one.
The plan is that i'll gladly review any PR that adds support for it :)
Thanks for the investigation, makes sense to me to close this.
Hey, thanks for looking into this and putting a PR together! However, I'm a bit concerned that this would add some confusion to the existing DSL: isn't this implementing the...
Specifically, what you are doing in your example can be written as ``` every { mock.op() } returnsMany List(3) { _ -> "repeating" } andThenAnswer { "final" } ```