Dmitriy Kuzkin
Dmitriy Kuzkin
private[lagom] object CassandraTestServer { def run(cassandraDirectoryPrefix: String, lifecycle: ApplicationLifecycle): Int = { val cassandraPort = CassandraLauncher.randomPort There is no way to customize Cassandra port with CassandraTestServer. This can be not...
Tapir version: 0.19.3 From contract programming all looks good, but it becomes quite uncomfortable with latest update zio-http integration not comfortable failed effect usages Exsisting tapir library code ` implicit...
Read not derived, next code results in such error `Cannot find or construct a Read instance for type: com.test.Main.DataWrapper2` But derivation works with simple Read[NewTypeWrapper] ``` package com.test import doobie._...
There is a need to contribute to tofu derevo https://github.com/tofu-tf/derevo/tree/master/modules Right now with circe we can do like this, and this is much more convenient especially for newtype classes where...
aspects are not taken into work, so there is no way to run suite with multiple tests when TestAspect.sequential is required
To make this project alive it is required to have build for scala 2.12 Thanks.