-
A queued task to a dispatcher cannot be canceled:
```scala
import cats.effect.std.Dispatcher
import cats.effect.unsafe.implicits.global
import cats.effect.IO
import scala.concurrent.Await
import…
-
Now that cats-effect 1.0 is out it'd be nice if this used it. I am receiving errors like this:
```
Exception in thread "main" java.lang.NoSuchMethodError: cats.effect.Async.shift(Lscala/concurrent…
-
I am trying to run Cromwell with docker images that were loaded with `docker load`. This means that the digests are unavailable (i.e. ``). Unforutnately, this means that when looking up the image lo…
-
I'd need to use fs2-http with fs2 v2.0.0, but I'm getting the following runtime error:
```
Exception in thread "specs2.user-14" java.lang.NoSuchMethodError: fs2.io.tcp.package$.client$default$2()Z…
-
I might be missing something completely obvious, but `PureConc` doesn't seem to run finalizers:
```scala
"foo" in {
val t: PureConc[Int, Int] = for {
c
-
```scala
package smithy4sdemo
import cats.effect.IO
import cats.effect.IOApp
import com.amazonaws.account.Account
import org.http4s.ember.client.EmberClientBuilder
import smithy4s.aws.AwsClien…
-
[info] SecureCopyTest:
[info] SecureCopyTest *** ABORTED ***
[info] java.lang.NoSuchMethodError: net.schmizz.sshj.xfer.LoggingTransferListener: method ()V not found
[info] at com.decodified.sca…
-
Hello :)
Using version `0.20.0-M7`, but also happens on `0.19.0`.
```scala
import cats.effect.{ContextShift, IO}
import org.http4s.Uri
import org.http4s.client.blaze.BlazeClientBuilder
i…
-
Spinning out of https://github.com/typelevel/cats-effect/pull/3499#discussion_r1170622173. These are the ones I'm aware of:
https://github.com/typelevel/cats-effect/blob/ab5d56c6a6cb2ef7484e5ecb881…
-
```
[error] x correctly calculate real time
[error] 16 is greater than 10 (/home/runner/work/cats-effect/cats-effect/tests/js/target/scala-3.2.2/cats-effect-tests-test-fastopt/file:/Users/etorr…