Yannick Heiber

Results 28 comments of Yannick Heiber

Yeah, I'm surprised they didn't make it an `IArray` (Scala 3's immutable wrapper type for arrays) at least. I would be interested in trying to fix this in general (experimented...

While it's for sure a good idea to release new submodule versions due to dependency updates, this conflict comes from the fact there's intentionally no `0.14.x` version of `inject` as...

@GrafBlutwurst Hey, sorry for the ping, but the problem this PR tackles came up again in #1015 (where I added a fix that is a simplified version of this PR)....

> @ybasket as mention in discussion, feel free to pick it up if you have time. I might do, but as it's neither decided we'll use `trivy-operator` nor am I...

> What's your opinion on extending `MetricsOps` to provide enough details so the [http4s-otel4s-middleware](https://github.com/http4s/http4s-otel4s-middleware) can provide OpenTelemetry-compliant metrics? Strongly in favor of working towards OTEL compatibility, that's a big win...

> At the very least update it for Scala 3! It's a nice project :) It's released for Scala 3 since version 0.12 (summer 2021)! Just the readme missed the...

> For those of you interested, I've forked the project and released 0.14.0 👉🏽 https://github.com/scalafreaks/odin Very nice 👏 I once prepared a fork myself (and abandoned it before releasing), will...

> It looks like I really need to add some kind of debug button for shell scripts. It's impossible to tell what password Postico is trying to use. That would...

There's functor syntax in `cats.syntax.all` that lets you write `myUnitIO.timed._1F` to achieve the same, would that work for you? I'm no maintainer and this is no direct opinion on the...

After further exploration, I was able to inject a dynamic password somewhat OK-ish: 1. Copy `Session.pooledF`'s implementation 2. Replace the `password` parameter by an effect supplying the password 3. In...