Ondra Pelech

Results 91 issues of Ondra Pelech

I've rethought the recent changes we've made in recent time to `fragments`. And I think I have good news: I think we can simplify `fragments` quite a lot. * We...

core

Continuation of * https://github.com/scala/docs.scala-lang/pull/2662 * https://github.com/scala/docs.scala-lang/pull/2760 For Scala 3 * `fromProduct` is necessary: https://contributors.scala-lang.org/t/can-we-make-adding-a-parameter-with-a-default-value-binary-compatible/6132/8?u=sideeffffect * touching `unapply` shouldn't be necessary according to https://contributors.scala-lang.org/t/can-we-make-adding-a-parameter-with-a-default-value-binary-compatible/6132?u=sideeffffect For Scala 2 * `copy` needs to...

the ProjectScaffold infrastructure could be of some help

using the ProjectScaffold infrastructure

Hello, would you welcome help with publishing to Maven Central ([related issue](https://github.com/ovotech/http4s-micrometer-metrics/issues/130)) and upgrading to newer version of http4s?

Update versions and other small improvements.

It would be great, if there were support for using `Resource` with `cats-effect-cps`. Could look something like this ```scala import cats.effect.cps._ async[IO] { val results1 = talkToServer("request1", None).await IO.sleep(100.millis).await //...