-
Code:
```scala
import scala.concurrent.duration._
import cats.effect.{IO, Resource}
import fs2.Stream
import cats.effect.unsafe.implicits.global
Stream.resource(
Resource.make(IO.println("s…
-
We should use it for interpreters, where the class instantiating `InterpTrans` uses the lower level interpreter as a resource that's aquired, used and released afterwards.
-
We're using IOLocal for trace id propagation. It worked for us perfectly as expected when dealing just with IO instances. However, currently we can't use IOLocal magic with fs2 streams, due to them us…
-
I know of how you feel of having Cats as dependency 🙂 but providing [cats-effect](https://typelevel.org/cats-effect/) integration in a different sub-project would be cool.
Consider that cool librar…
-
Using CE 3.5.4, invoking a `Dispatcher#unsafeRunSync` in a program run with `TestControl` appears to deadlock
```scala
//> using dep "org.typelevel::cats-effect-testkit:3.5.4"
import cats.effec…
-
This issue was copied over from: [https://github.com/disneystreaming/weaver-test/issues/651](https://github.com/disneystreaming/weaver-test/issues/651)
It was opened by: [kubukoz](https://github.com/…
-
Introduce an effect-polymorphic class atop `ZStream` & `ZSink`, with a default implementation for any Cats Effect data type (Cats IO, Monix Task, etc.).
```scala
package scalaz.zio.interop
trai…
-
Hello, we observed an issue where context is lost after a call to a cats parallel method is made, such as `parSequence`.
Here is an example test that demonstrates the issue:
https://gist.github.co…
-
## Compiler version
`3.3.1`, `3.4.0-RC1-bin-20231024-15033c7-NIGHTLY`
## Minimized example
```Scala
//> using scala "3.4.0-RC1-bin-20231024-15033c7-NIGHTLY"
//> using lib "org.typelevel::ca…
-
#### Environment details
1. PubSub Java client seems to be incompatible with java-logging-logback.
2. OS type and version: Windows, Linux
3. Java version: 17
4. version(s): `1.127.2`, and `v0.1…
augi updated
2 months ago