Hunor Kovács

Results 9 comments of Hunor Kovács

@arashi01 It's time to publish.

I published this on the public Sonatype, you can use now: ``` "com.hunorkovacs" %% "circe-config" % "0.9.0" ``` Imports still remain `io.circe`. Sorry for not waiting for anyone, this has...

Published circe-config for cats-effect-3 and Scala 3.2.0 ``` "com.hunorkovacs" %% "circe-config" % "0.10.0" ``` https://github.com/kovacshuni/circe-config/releases/tag/0.10.0 again, thanks @vhiairrassary

Any news on this? I'm also seeing a relation between the frequency of this error occurring and the speed at which I am making the requests. Higher performance, more prone...

Having the same issue. Having a class annotated with @RunWith(MockitoJUnitRunner.class), and `sbt test` doesn't run anything. Even if i comment it out, still won't run my JUnit 4 tests. I'm...

managed to have it run by adding `crossPaths := false` in `build.sbt`.

I'm not sure if this is the same bug. My MacBook + VSCode + Metals gets blocked pretty often (once in an hour) when editing in complicated code spaces where...

I changed `"metals.bloopJvmProperties": ["-Xmx4G"]`. I'll get back if the issue persists.