Results 131 comments of Daniel Esik

@stanch Wow, it really looks amazing! I can imagine how much joy crafting it brings :)

@FrancescoSerra according to the BNF: ``` Timing-Allow-Origin = 1#( origin-or-null / wildcard ) ``` Shouldn't we model `Timing-Allow-Origin` as an ADT, with a wildcard leaf and another case for multiple...

> because on the [MDN website](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Timing-Allow-Origin) it's not mentioned (and on the original issue https://github.com/http4s/http4s/issues/5010 the suggested reference website was indeed MDN :-) They define the notation using example as:...

We certainly do not block anyone from opening wish PRs, as long as they comply with the license!

@rossabaker sincerely sorry for bothering you, but can you dig into that? This issue is a blocker for any new PR at this point :(

> I'm a bit concerned that's masking an actual bug. Why shouldn't it work up to 100%? 🤷🏻 What's even weirder, it spontaneously started failing without any actual changes in...

> I think it's changes in the JVM's SSL implementation, and not being rigorously pinned on the JDK we build with. I had the same thoughts about that, but we...

This fired [again](https://github.com/http4s/blaze/actions/runs/11878020972/job/33098207638?pr=926#step:8:719) ``` ==> X org.http4s.blaze.channel.NIO1ChannelSuite.Execute shutdown hooks when one throws an exception 0.01s munit.ComparisonFailException: /home/runner/work/blaze/blaze/core/src/test/scala/org/http4s/blaze/channel/ChannelSuite.scala:93 92: } 93: _ Obtained 1 => Diff (- obtained, + expected) -1...

FWIW, I've recently run into not-so-pleasant `java.lang.NoSuchMethodError: 'java.lang.Object cats.syntax.ApplyOps$.$times$greater$extension(java.lang.Object, java.lang.Object, cats.Apply)'` because dependency on Cats-Core wasn't explicitly defined in a project containing both Cats-Effect (depends on Cats-Core 2.11.0) and Redis4Cats...

@djspiewak I'm getting the cats-core 2.9.0, as per https://github.com/typelevel/cats-effect/blob/v3.5.7/build.sbt#L300 ``` [info] +-org.typelevel:cats-effect_2.13:3.5.7 [S] [info] +-org.typelevel:cats-effect-kernel_2.13:3.5.7 [S] [info] | +-org.typelevel:cats-core_2.13:2.9.0 [S] [info] | +-org.typelevel:cats-kernel_2.13:2.9.0 [S] [info] | [info] +-org.typelevel:cats-effect-std_2.13:3.5.7 [S] [info]...