Yannick Heiber
Yannick Heiber
> If that works well, perhaps you could open a PR to add that generalized version of `pooledF` and `pooled` to `Session`. Unfortunately, at $work we paused migration to both...
@ant8e Sure, go ahead 👍 https://github.com/typelevel/skunk/issues/1109#issuecomment-2243003696 should give good indication of what's needed and while I won't get to adopt skunk at $WORK, I'd be happy to take a look...
> Looks good to me, let's see if @ybasket has some comments. No, was only waiting for the small fix you had requested. LGTM
@mberndt123 Thanks for the PR! I now had a closer look at your proposal, see inline comments below. Overall, there are some interesting ideas, but also some points where I...
I can confirm this is a bug, default values are only working partially. If the missing field has type `String`, it succeeds, see https://scastie.scala-lang.org/Hu5LZ0nIRyC18LqFkC8nWQ But it fails with fields of...
I wrote a little test program that tries to come as close as possible to the original report, but without tAPIr: ```scala import cats.effect.* import fs2.* import fs2.data.json.* import io.circe.Json...
Thank you for the ping! The adopters list is outdated (will send a PR): Free2Move no longer exists and hence doesn't use fs2-rabbit. So go ahead dropping 2.12 👍
Yes, it seems caused by Scala-xml's faulty behavior. I was able to work around the problem in http4s-fs2-data by adjusting its test generators, hence closing this issue.