Ivo Petkovic

Results 9 comments of Ivo Petkovic

I believe I experience the same issue with exactly the same versions:

@seakayone Any news on this perhaps? This became relevant for me as well since I would like to switch from play http-server to zio-http. do you need help maybe?

@nickelsen did you perhaps manage to workaround the issue? @Pask423 any update on this one? I have the same problem using HttpClientZioBackend. I have been using sttp client AsyncHttpClientZioBackend without...

@adamw yeah, you are probably right. I could have created separate issue. Was writing here since in one of the comments same error was mentioned. I suspect that it is...

I could come up with something regarding (1), have something ready to show next week. Do we want strict json validation? Regarding (2), does it make sense to have support...

Could you have a look at the https://github.com/zio/zio-logging/pull/657 ? I also put some remarks/concerns in comment of the PR. I am happy to hear any feedback. Thanks!

Once again, updated https://github.com/zio/zio-logging/pull/657 Can you have a look?

Not so easy it seems. Not compiling for 2.12. Seems that implicits are not found for objects extending Subtype, like: ``` [error] /Users/ivo/dev/misc/testcontainers-for-zio/modules/core/src/main/scala/io/github/scottweaver/zillen/Command.scala:64:48: could not find implicit value for evidence...

Not able to compile existing code with updated zio-prelude. To me this looks like bug in Scala 2.12 compiler. I had to import lot of implicits explicitly. You can have...