-
```scala
ZManaged
.makeEffect(new RedisClientPool("127.0.0.1", 6379))(_.close())
.use { pool =>
ZStream
.repeat(pool.withClient(_.rpop("testList")))
.…
-
Originally reported on Google Code with ID 5626
```
Before filing an issue, please read the page at
http://code.google.com/p/selenium/wiki/SeleniumHelp This contains lot of
information about how best…
-
Implement an ipv6 validator
-
# Requirements
- Add ability to persist actor state to enable recovery
- Events by actor stored in a supported data store
- Events are stored by appending and never mutated
- Add recovery and re…
-
i'm having a hard time finding info in the tests etc :)
-
# Verison
```
val http4sBlaze = "0.23.12"
val http4s = "0.23.13"
val http4s = Seq(
"org.http4s" %% "http4s-blaze-server" % http4sBlaze,
"org.http4s" %% "http4s-blaze-client" % http4sBl…
-
Hi,
The project in the attachment makes the Scala 3.3.1 compiler crash on my machine. The complete code is:
```
import zio.ZLayer
import zio.{ZIO, Runtime, Task}
import cats.effect.Async
impor…
-
### Steps to reproduce
1. Create a class extending `DefaultRunnableSpec` and implement `spec`
2. Ensure test framework is setup in project settings
3. Try to run tests
### Result
- No tests are…
-
### Symptoms
After importing a Maven project to Metals, it doesn't show lenses for JUnit test classes, as well as for ZIO specs which piggyback on JUnit machinery as described [here](https://zio.de…
-
Hello!
I have big amount of non compressed data in multiple pools and volumes. I want to enable compression because my data compressed very well in synthetic tests.
I enabled compression for pool:
…