Ross A. Baker

Results 108 issues of Ross A. Baker

On v0.21.13 tag: ``` ==> X org.http4s.headers.ForwardedRenderersSuite.Forwarded 0.167s munit.FailException: Failing seed: l8P8VpvBMrvLPHqn5jU_2S64ktyAmI4XuoUzLxrxN-C= You can reproduce this failure by adding the following override to your suite: override val scalaCheckInitialSeed = "l8P8VpvBMrvLPHqn5jU_2S64ktyAmI4XuoUzLxrxN-C="...

bug
module:core

Replaces the renderer and parser of the core HTTP types with a free algebra. This can then be interpreted into: * Cats Parse for nice error and composition in String...

module:core
series/0.23

Most people aren't verifying their artifacts, but to those who are so diligent, there should be a good reason to trust the signer. Publishing via WKD is possible via any...

In 0.21, when a request or response could contain modeled headers, it was possible to encode the entire HTTP/1 control data line and headers with a single `StringBuilder`, and then...

Probably a URI bug. ``` [info] TraversalSpec [info] Request Encoder/Parser should [info] * preserve headers (396 ms) Pending until fixed [info] + preserve method with known uri (47 seconds, 955...

testing
module:ember-core

- We have a SECURITY.md in both this repo and the org. With the proliferation of repos, it would be better to keep a canonical one for the org. -...

On https://github.com/http4s/http4s/pull/4259/checks?check_run_id=1758604037 ``` [info] DecodeSpec [info] decode should [error] x be consistent with utf8Decode (2 seconds, 264 ms) [error] Falsified after 97 passed tests. [error] > ARG_0: "î༗ഌൎோ๚óచઝೡ੣൶Ó౏མັघ౷ฉ౿Çூ­ଈຉ৶" [error] >...

bug
module:core

D'oh: ```scala scala> HttpVersion(1, 0) HttpVersion(1, 0) res3: org.http4s.HttpVersion = HTTP/1.0 scala> HttpVersion(1, 1).copy(major = 10, minor = -1) HttpVersion(1, 1).copy(major = 10, minor = -1) res4: org.http4s.HttpVersion = HTTP/10.-1...

breaking
module:core

Spinoff of https://github.com/http4s/http4s/discussions/4846.

RFC
module:core