Mikail Khan
Mikail Khan
> 3.0.0-RC4+58-a70a964c-SNAPSHOT I created a small repo program below to demonstrate the problem and so you can debug this as well. On a `java.net.NoRouteToHostException` the program fails to recover after...
same issue for connection timeouts, program fails to recover after network recovery logs [2024-01-25T21:28:31,817] [b.h.K.Live] [DEBUG:] - Fiber zio-fiber-69763 did not handle an error io.netty.channel.ConnectTimeoutException: connection timed out: xxx.xxx.xxx:443 at...
> @mikail-khan I can't seem to be able to reproduce the issue you're facing. See below, I've reproduced it again using the program I posted earlier. At 21:14 the network...
> @mikail-khan can you try with the latest snapshot ([3.0.0-RC4+71-b1da91b6-SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/dev/zio/zio-http_2.13/3.0.0-RC4+71-b1da91b6-SNAPSHOT/)), and the program I provided? > > The reason I'm asking to use the program I provided is because it...
I will take this ticket
That's a good question. The reasons for going with wrapping the underlying Java client are: - rapidly develop a working zio client for GCP for a project I am currently...
Yeah, but I would like the case where there are fields but it sticks in a no-arg constructor in as well. Something like this: ```java import java.util.List; import java.util.Objects; /**...
One solution is to not use Scala's BigDecimal but Java's BigDecimal and then use Schema.primivitve ```scala import zio.* import zio.json.* import zio.prelude.{Equal, Validation} import zio.schema.Schema import java.math.BigDecimal object Price {...
Is part of this ticket going to address the huge trace output that gets returned when there is a test failure? I don't think that is a good user experience....
> @mikail-khan I would say that is a separate issue since that is a point fix that I can probably do myself in the next couple of days versus this...