Landlocked Surfer

Results 8 comments of Landlocked Surfer

Hi! I work(ed) on `reject` and `rejectM`.

Hi! I gave this a quick try and found out that there is one more dependency that currently does not support 2.11. As per https://mvnrepository.com/artifact/org.tpolecat/doobie-core **doobie** has stopped supporting 2.11...

Hi Damian! What I've seen is that the **doobie** dependencies are used in `zioActorsPersistenceJDBC`. I found more details here: https://zio.github.io/zio-actors/docs/overview/overview_persistence

Hi John! That sounds like a very elegant solution! I will start working on that!

Thanks for the update! Yes, that's working nicely now. I noticed that it might make sense to support a `keyBy` setting for `ScopedCache` also.

We also ran into issues when trying to upgrade to `sbt 1.x.x` and started to use `sbt-babel` instead. Here a solution which worked for us: * `project/plugins.sbt` ``` addSbtPlugin("com.typesafe.play" %...

No problem, thanks a lot for making `sbt-react` happen in the first place!

Hi @AugustNagro ! Thanks for the quick reply! 🙏 This is actually the perfect solution! I did not notice the additional `TableInfo` fields. This allows for painless refactorings and highlights...