thierry-st

Results 3 issues of thierry-st

izumi.reflect.Tag subtype relationship is not faithful to compiled ones. Here is a minimal repro (Scala 2 syntax to allow testing various versions): ``` import izumi.reflect.Tag trait A { type T...

bug
💎 Bounty

The following code crashes at runtime: ```scala import zio.* trait A: type T class AInt extends A: override type T = Int Unsafe.unsafe { implicit u => Runtime.default.unsafe.run { ZIO.service[A...

bug
blocked

**Describe the bug** When provided with the default Client, the following effect fails with an "IllegalStateException: Cannot connect twice": ``` val requestBodyAsChunk: RIO[Client, Chunk[Byte]] = ZIO.scoped { for { client

bug