Ross A. Baker
Ross A. Baker
I wonder if also on 17?
I would think if it has an `ETag`, we'd just pass that through? And calculate from these other headers if we can. I am not an ETag expert.
Please don't worry! We're here to help, and glad for your help! I'll go look at and comment on the other ticket.
A few principles: - Favor inclusion it if it's small enough to be a "solved problem" and unlikely to evolve until CE4 or have interesting alternatives. Example: unique - If...
> I think we've all converged on the idea that beginners should definitely start with concrete IO. And that there's no harm in continuing to use concrete IO indefinitely I...
Thanks to @samspills for the action items. I think duplicating the examples without offering more guidance only muddies the waters. To contribute effectively at all layers of the current Cats...
Sorry, I've failed to come back to minimize this, but :+1: to the good-first-issue. If anyone needs help with the mechanics of building http4s or a tutorial on what that...
I minimized this to sealed abstract case classes. This warns on `false`: ```scala sealed abstract class Foo(val a: String) object Foo { def unapply(foo: Foo): Some[String] = Some(foo.a) } class...
I think this is running in a sandbox. sbt-derivation is an answer to this, but also not the way things are done in the dev shell. 🤔
@hamnis set up a [server-example project](https://github.com/hamnis/http4s-server-example), which we've used to run some crude benchmarks between the various backends. It doesn't show off much yet, but it gives us a baseline...