Ross A. Baker
Ross A. Baker
I restored parity with the original version, because the original author is a thoughtful type and it was probably right. The original changed because Unicode escape sequences are deprecated in...
Also: I'm surprised we're not validating this with a macro. But I don't see any other production, literal regexes in the code, other than `String#replace` calls, so I'm not going...
That ContravariantMonoidal was beautiful. I wish I could have made performance not dogshit.
It wouldn't be hard to take the current file and move the dates to an italicized or bolded line below the heading. I've been writing regexes since Scala was in...
Different maintainers, different GitHub admins, different volunteers for the teams. No reason the policies couldn't be structurally identical, though.
Regardless of how archaic HTTP/1.0 is, HTTP/1.1 is alive and well and imposes some constraints. We already have to much of the branching logic and have all the pieces built,...
People don't want nuance in a quickstart, so one template should get the spotlight. I still strongly prefer tagless in apps and [said my piece](https://github.com/typelevel/cats-effect/issues/3133#issuecomment-1255479156) over on cats-effect. I'm also...
I still strongly recommend tagless, even for apps, but not strongly enough to try to override democracy if I'm alone in that view.
I hadn't seen this issue before #7419, but there's an extra complication here. `filename*` is defined for `Content-Disposition` as a response header, but [explicitly forbidden in multipart](https://datatracker.ietf.org/doc/html/rfc7578#section-4.2), with no unambiguous...
[Another](https://github.com/http4s/http4s/pull/5257/checks?check_run_id=3695932555#step:10:2690): The array doesn't print itself nicely, but it could be chased from the seed. ``` ==> X org.http4s.DecodeSpec.decode should either succeed or raise a CharacterCodingException 0.031s munit.FailException: /home/runner/work/http4s/http4s/tests/src/test/scala/org/http4s/DecodeSpec.scala:144 143:...