Maksym Ochenashko

Results 83 comments of Maksym Ochenashko

If this concept is viable, I will improve docs further.

@alexcardell the changes look good. We still need to wait for a release of https://github.com/http4s/http4s-otel4s-middleware, right?

And a small demo: Demo ```scala import cats.effect.{IO, IOApp} import cats.effect.std.Random import cats.effect.unsafe.IORuntimeMetrics import cats.syntax.foldable._ import scala.concurrent.duration._ object Test extends IOApp.Simple { def run: IO[Unit] = { IO.delay(print(runtime.metrics)).flatMap(IO.println).delayBy(500.millis).foreverM.background.surround { Random.scalaUtilRandom[IO].flatMap...

Mima is sad: ``` [error] cats-effect: Failed binary compatibility check against org.typelevel:cats-effect_3:3.4.2 (e:info.apiURL=https://typelevel.org/cats-effect/api/3.x/, e:info.versionScheme=early-semver)! Found 7 potential problems (filtered 2) [error] * class cats.effect.metrics.CpuStarvation does not have a correspondent in...

With https://github.com/typelevel/cats-effect/pull/3526 the linking issue in ScalaJS is solved.

Same. I have several use cases where `Prop` would be helpful.

What is the current state of this issue? Is there any chance we can have it in the upcoming 3.6.0 release?

Not the same, but in Scala 2.13 you can suppress warnings in a directory: ```scala Compile / scalacOptions += "-Wconf:src=target/.*:silent" // suppress all warnings for autogenerated files ```

@er1c no worries. I'm glad my changes are used for good :)

The PR is ready to be reviewed.