Ross A. Baker

Results 108 issues of Ross A. Baker

I am surprised that this one isn't fixed by http4s/http4s#4353. ``` ==> X org.http4s.client.blaze.Http1ClientStageSuite.Submit a request line with a query 0.032s munit.FailException: /home/runner/work/http4s/http4s/blaze-client/src/test/scala/org/http4s/client/blaze/Http1ClientStageSuite.scala:146 assertion failed 145: val statusLine = request.split("\r\n").apply(0)...

module:blaze-client
testing

@bpholt has graciously stepped forward to continue maintaining Catbird. It's always good to have a second maintainer, when either the person or the project gets busy. Volunteers?

Experimental, incomplete integration of `Selective` into the hierarchy. See #2745

Has any thought been given to abstracting over the input type? I'm thinking specifically of binary inputs like `Array[Byte]`, `fs2.Chunk`, `scodec.bits.ByteVector`, or `java.nio.ByteBuffer`. I'm struggling to compete with an HTTP/1...

I am trying to implement a Scalacheck XML generator that round trips through writing and parsing. I've run into a discrepancy between the character sets in scala-xml and the JVM...

Escalating [Twitter discussion](https://twitter.com/rossabaker/status/491274369545412608) discussion beyond 140 characters: I created [jawn-streamz](https://github.com/rossabaker/jawn-streamz) for parsing scalaz-streams of ByteVectors to any Jawn-supported JSON AST. I think it could make a good Jawn module, but...

I like to have at least two maintainers on Typelevel projects. This one shouldn't be too burdensome. Volunteers?

I have swallowed a bunch of defaults I don't like in the interest of comity, but https://github.com/typelevel/jawn/pull/402 has me wondering about whether this is our opportunity to wave the flag...

question
core