-
I'm getting an `InterruptedException` in `ZConnectionPool.transaction`. I am unable to `mapError` or `tapError` on the failure. When I run it unsafe, I get a `zio.Exit.Failure`. Nothing I have tried h…
-
I tried ZIO 2.0.0, 2.1.0, 2.1.9 (latest). All of them have the same issue.
Here's a test that reproduces the error
```scala
import zio._
import zio.test.TestAspect.timeout
import zio.test._
…
-
One of my generators failed at runtime and it seems to depends on the order of the involved generators.
```scala
import zio.ZIO
import zio.test.*
import zio.test.magnolia.DeriveGen
import neoty…
-
This behaviour doesn't seem to apply when not using a kafka proxy. Connecting directly we observe the stream always recomposes itself.
Example code:
```scala
import org.apache.kafka.clients.con…
fd8s0 updated
2 weeks ago
-
This idea came up once before here:
https://github.com/zio/zio/pull/1838#issuecomment-535629515
Basically for when you want to run individual tests/suites with a TestAspect.
I like this idea fo…
-
I am aware of #810 which addressed initial performance concerns by implementing `isDebugEnabled(..)` and friends.
I am using zio-logging as an slf4j2 bridge, in order to capture all output related …
-
So, I'm trying to handle a pretty simple scenario. The client sends several strings
```scala
val stream = ZStream.fromIterable(List("1", "2", "4", "8", "9"))
```
separated by `\n` and encoded…
-
Reproducer:
```scala
import zio.http.*
import zio.http.endpoint.{AuthType, Endpoint}
import zio.http.netty.NettyConfig
import zio.http.netty.server.NettyDriver
import zio.test.TestAspect.shrin…
-
related with https://github.com/zio/zio-logging/pull/811
Hi, I recently upgraded this library version from 2.1.12 to 2.3.1.
After upgrade, every error log’s root exception was changed to FiberFail…
-
I am getting weird error when making a request towards any https website when executing unit test (`sbt test`), however I don't get the same error when running my application (`sbt run`). I use zio 2.…