Sam

Results 623 comments of Sam

I've got it working out of the box. We only need to make a small change to kotest to support it. https://github.com/kotest/kotest/discussions/3952

Can you add kotlin- reflect to your classpath On Mon, 14 Dec 2020, 12:53 Khongor Bayarsaikhan, wrote: > When I try to run a single test with glutter icon, the...

Are you using mockk ? On Mon, 14 Dec 2020 at 13:10, Khongor Bayarsaikhan wrote: > I added kotlin-reflect:1.4.20 and tried again, this time a different > exception: (the test...

It might be enabled by default. If not, if you want to open a PR to add the option I can do a release.

We can add it. If you want to make a PR I'll do the release.

Most _probably_ but the library is only tested against elastic.

No. This library is in maintenance mode. I will merge PRs created by people and release them but I no longer use Scala actively. Also happy to hand over to...

I've invited you to this repo @Philippus . We can talk about moving it to an org / your repo if you like.

Isn't there a github action to cancel concurrent jobs if another one is started after? So we could have a general "build/test" workflow, which then triggers a "publish" workflow, which...