Adrian
Adrian
We are starting the context from a graphQL API ( or even earlier in case of distributed tracing, from the client). I didn't know how to pass the context to...
I am surprised of what this program using `mapZIOParUnordered` outputs ```scala override def run: ZIO[Any with ZIOAppArgs with Scope, Any, Any] = for { _ ZIO.debug("tick").delay(1.second) }.runDrain.zipParLeft(ZIO.debug("----").delay(2.seconds).forever) } yield ()...
I'm not sure if this is expected behavior or I am missing something about how ZLayers work. Below code prints: ``` bbbbb bbbbb ``` I would expect it to print:...
Hello, today I tried using this lib, from the provided example: ```scala val p: PropF[IO] = PropF.forAllF { (x: Int) => IO(x).start.flatMap(_.join).map(res => assert(res == x)) } ``` but it...
Describe the bug Error when saving Reddit page to API destination (linkwarden) using SingleFile Progress is: Frame Contents: check Deferred Images: check Step 1/3: check Step 2/2: check Step 3/3:...