counter2015
counter2015
**Version**: 4.6.0 **Module**: quill-cassandra-zio **Database**: cassandra ### Expected behavior ```scala import io.getquill.{CassandraZioContext, SnakeCase} import io.getquill.CassandraZioContext.{CIO, CStream} object AllPersistenceIds { object MyCassandraZioContext extends CassandraZioContext(SnakeCase) import MyCassandraZioContext._ def all(): CStream[AllPersistenceIdsRow] = stream...
## steps ## problem ``` PS D:\dev\test> sbt new http4s/http4s.g8 --branch 1.0 [info] welcome to sbt 1.6.2 (Azul Systems, Inc. Java 17.0.2) [info] loading global plugins from C:\Users\username\.sbt\1.0\plugins [info] set...
## Compiler version Scala 3.4.2, JVM (17) ## Minimized code ```Scala $ cat debug.scala //> using scala 3.4.2 //> using dep "org.scalameta:scalafmt-dynamic_2.13:3.8.1" import coursierapi.shaded.coursier.util.shaded.org.jsoup.internal.StringUtil def debug() = println(StringUtil.isBlank(" ")) $...
## Reproduction steps ``` $ cat debug2.scala //> using scala 2.13.14 //> using dep "org.scalameta:scalafmt-dynamic_2.13:3.8.1" import coursierapi.shaded.coursier.util.shaded.org.jsoup.internal.StringUtil object A extends App { def debug() = println(StringUtil.isBlank(" ")) } $ scala-cli...
see: https://github.com/scala-steward-org/scala-steward-action/pull/644 sbt was removed from the ubuntu-latest , so we should add step to install it before running.
Projects that rely on this library will receive warnings when running in JDK 24 version. refer: https://github.com/sbt/sbt/issues/8073 ``` WARNING: Please consider reporting this to the maintainers of class net.openhft.hashing.UnsafeAccess WARNING:...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug I deploy a milvus-standalone on my laptop, and try to...