Ross A. Baker

Results 574 comments of Ross A. Baker

[Another](https://github.com/http4s/http4s/actions/runs/3839432672/jobs/6537189900#step:12:1908): ``` ==> X org.http4s.DecodeSpec.decode should either succeed or raise a CharacterCodingException 0.064s munit.FailException: /home/runner/work/http4s/http4s/tests/src/test/scala/org/http4s/DecodeSpec.scala:142 141: } 142: } 143: } Failing seed: gSolLkYQZqfzD3GWJQMMCYOYOT5qadINs56dbAsx_RK= You can reproduce this failure by...

Another one: https://github.com/http4s/http4s/pull/4741/checks?check_run_id=2331577731

https://github.com/http4s/http4s/pull/4279/checks?check_run_id=2648348421#step:10:327

That makes sense to me. A couple thoughts: 1. We'd want it parametric in `F[_]` instead of bound to `IO`. Happy to help if that's confusing. 2. The client `GZip`...

>> 2. The client GZip middleware already decompresses. We have coverage for the response on both server and client. It's gunzipping the request on the server and gzipping the request...

Can I pay my taxes with a Scalafix, or just hard labor? Do editors widely support this non-default syntax for what's already a foreign compiler plugin?

I'm unsure at this point whether it's easier to scrape the bitrot off this PR or start over and hope to not reopen the same issues that we did manage...

I thought this would be an easy fix, but see #86. We can add another config option with a smarter default, but the idea of "one JRE for the whole...

If I make it refer to the default, it works great for `application` and can be overriden in `library`. But anyone who creates their own shell, like for a Java...

That's a neat project. There's some nuance in supporting Scala: - Which JDK does it build with? Most libraries have one answer, most applications have another. - Is Scala.js supported?...