mcenkar
mcenkar
Hi @jakubSzuminski, I was facing same issue and your beta version solved all issues!
Hi, I'll add here it happens quite a lot, even with such simple app as: ```scala import cats.effect.{IO, IOApp} object XD extends IOApp.Simple { override protected def blockedThreadDetectionEnabled: Boolean =...
Interesting, there's quite a few examples like this here: https://github.com/search?q=repo%3Atypelevel%2Fcats-effect%20IO(println&type=code must have copied from one of those. But I'm also able to reproduce this with following: ```scala import cats.effect.{ExitCode, IO,...
Hi, I believe I have found another example, more reproducible. It involves fs2 library, but fs2 is (usually) not printed in stacktraces so I assume bug is perhaps in cats....
> i got the same issue, is there any solution to fix it ? You can try my patched version from https://github.com/yarnpkg/berry/issues/5085#issuecomment-1365827021 Please report if it worked for you 🙏🏻
Hi @heyheyhello @florianeichin @nelsonpecora, I think I have same/similar issue in #5156, Do you still have repo where you could try my fix and see if it fixes this problem?...