Vasil Vasilev
Vasil Vasilev
A lot of the code is added in such a way that preserves both source and binary compatibility of builds.
Removing this from the milestone because it is not a blocker and the fix is part of another PR.
We now cannot use `class TracingConstants` in the `unsafe` package. This is frustrating.
At this points, it's either `public class` or code duplication.
I volunteer to do the performance page
Damn it, it's literally written as in the website. 😡
I was able to build a native image using `cats-effect` `3.3.14` using GraalVM 22.1.0. The config is correct. It could be the case that it only works with latest GraalVM....
I am looking into this now, and I modified the code slightly: ```scala import cats.effect.std.Console import cats.effect.{ Deferred, IO, IOApp } import cats.syntax.all._ import scala.concurrent.duration._ object GuaranteeBroken extends IOApp.Simple {...
I don't know if you're going to like what I'm proposing but I honestly don't see another way, so here goes. I think we can set the "core" pool size...