Results 28 comments of ex0ns

I think this is because you never reach that because of the flatmap with the zio.never. I'm a bit lost with all you trial and tests, could you maybe create...

I think you forgot to add the `common` repository, could you push that as well, I'll try to make your code work

When I compile your project, the following classes are missing `common.BotConfig` and `common.BotConfigHelper`. sbt give me the following error: ``` min_bot4s_zio/tbot/src/main/scala/app/Main.scala:4:8: not found: object common [error] import common.{BotConfig, BotConfigHelper} ```

Ok so there was multiple things. The first one is that some of ZIO's defect were not printed and just thrown away, making the code difficult to debug. For some...

I ended up having a similar problem, but only in Scala 3, according to the syntax you used I guess this is you case too, https://github.com/zio/zio-json/pull/781 should solve that

https://github.com/zio/zio-json/blob/series/2.x/zio-json/shared/src/test/scala/zio/json/DecoderSpec.scala#L130 is still passing so I guess it does, I have to say that I don't even remember why I needed that or if I even used it after fixing,...

A bit more information regarding this issue in case anyone with a bit more knowledge would happens to read that. As of now what I was able to track down...

Could you share the code that you are using ? It would help me give you some pointers on how to deal with this exception, there is indeed nothing in...

Hello Sorry I don't have a proper solution as of now (one that I'm liking anyway), and I'm pretty busy, I would definitely encourage you to propose an implementation if...

Thanks for the PR, that is indeed solving the example that I opened in the issue, however I would like to challenge the fix (take it with a grain of...