cats-effect icon indicating copy to clipboard operation
cats-effect copied to clipboard

The pure asynchronous runtime for Scala

Results 365 cats-effect issues
Sort by recently updated
recently updated
newest added

The implementations are not wrapped in the relevant `uncancelable`s, meaning that it's possible to lose elements in `mapK`'d `Queue`s where it is impossible with the direct implementation.

:beetle: bug

## About this PR 📦 Updates [org.scalameta:munit-scalacheck](https://github.com/scalameta/munit-scalacheck) from `1.1.0` to `1.2.0` 📜 [GitHub Release Notes](https://github.com/scalameta/munit-scalacheck/releases/tag/v1.2.0) - [Version Diff](https://github.com/scalameta/munit-scalacheck/compare/v1.1.0...v1.2.0) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

dependencies
:robot:

What's the plan for Scala Native support on Windows? If it's unsupported, we should maybe document that somewhere (release notes? scala-native page in docs?). If it is _not_ unsupported, we...

:books: docs

as seen in the Scala 2.13 community build at https://scala-ci.typesafe.com/job/scala-2.13.x-jdk25-integrate-community-build/9/artifact/logs/cats-effect-build.log : ``` [cats-effect] [error] ==> X cats.effect.IOAppSuite.support main thread evaluation 0.422s munit.ComparisonFailException: ioapp-tests/src/test/scala/IOAppSuite.scala:361 [cats-effect] [error] 360: val h = platform("EvalOnMainThread",...

Add equivalents of the `Parallel` methods that allow flattening the result of a limited parallel traversal. These are helpful in case like big database lookups, where a set of IDs...

They changed these VMs recently. I wonder if the new ones are lower performing? ``` [error] ==> X cats.effect.kernel.AsyncSuite.fromFutureCancelable should backpressure on cancelation 20.022s java.util.concurrent.TimeoutException: test timed out after 20...

Some benchmarking by @lbialy (https://github.com/lbialy/ce-jvm-vs-sn) shows a CE application in Scala Native 0.5.8 with a single-producer/single-consumer queue use much worse performance than the JVM: ``` --------------------------------- mode lto gc ms...

text of sbt dependency on website renders on top of itself when wrapping to multiple lines. browser: IronFox 140.0.3 (Build #2016101351) for Android 15 ![Image](https://github.com/user-attachments/assets/bfd40fa5-b69d-4e6e-a37c-fac5885cb3cd)

🥺 help wanted
:books: docs