-
### System information
Reproduced with:
- Amazon Linux / kernel 6.1.92 / aarch64 / OpenZFS 2.1.7
- Amazon Linux / kernel 6.1.92 / x86_64 / OpenZFS 2.1.7
- Amazon Linux / kernel 6.1.92 / aarch64…
-
@adamgfraser https://github.com/zio/zio-prelude/pull/246#discussion_r487353697 https://github.com/lampepfl/dotty/issues/9778#issuecomment-691390362
> I think that is right. Equality for contravaria…
-
I noticed that in the DD APM code, they mention that their ZIO integration doesn't work with ZIO 2.1
See https://github.com/DataDog/dd-trace-java/blob/master/dd-java-agent/instrumentation/zio/zio-2.0…
-
It would be great if we'd have a way to detect performance regressions through zio-test.
Simplest way would be to simply annotate a test like `@@ TestAspect.expectDuration(200.millis, 25.millis)` (e.…
-
Sorry for adding another one of these - just a heads up. The commit was done just a few minutes ago, but I'm having a problem with my pool/volumes/something and I'm pulling a couple times a day hoping…
-
The latest ZIO 2 compatible release has a Producer throughput regression from about 57K records/s to about 46K records/s in the `ProducerTest` `produce records to Kinesis successfully and efficiently`…
-
A new version release would be helpful to implement full native and scalajs support for projects with `zio-process` as dependency.
pablf updated
2 months ago
-
I have a ZIO grpc server running and somewhere in my code there is an `???` unimplemented exception. I get now `cause` or anything in my call and I cannot log the error or cause. Using the debugger I …
-
Subscribe to this issue and stay notified about new [daily trending repos in Scala](https://github.com/trending/scala?since=daily)!
-
Hi, it appears that the assertTrue macro doesn't quite handle comparing a literal Int to a Long on Scala 3.1.3. This might be an upstream bug, but I thought I'd raise it here.
This is a test which …