Ross A. Baker

Results 574 comments of Ross A. Baker

For the bazillion labels that we have, I'm not sure what to put on this one. It's a real issue, but we don't have anything that covers DX.

I think it's a nice idea. But these merges are only tenable today, painful as they sometimes are, because main isn't *that* different from series/0.23. They are only going to...

I need to get a release out this week. I don't typically work on Ember, but given the positive feedback and that the interface changes are private, I'm inclined to...

Related and stale discussion on https://github.com/http4s/http4s/issues/4981.

I'd say if it's related to that ticket, we can keep discussing there, where there's more research, even if it's old. Thanks!

I don't know that this encoding was even feasible when we designed the builders. The meaning of private in case classes and how it suppresses certain features has evolved. So...

> involve splitting into Scala 2 and Scala 3 specific sources Why is this? The only difference I spotted in the doc is the syntax.

I think it can be binary and source (with deprecations) compatible using the encoding in the scala-lang.org article. We can't preserve semantic compatibility, which is a new problem. Addition is...

This is both an illuminating and horrifying example. Thank you! When I say semantic changes, I mean things that compile, but whose behavior changes: * `Person("ross").toString` silently changes from `"Person(ross)"`...

I can't tell whether this should include a port or not. MDN defines it ambiguously. It also says "The standardized version of this header is [Forwarded](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Forwarded)", whose `for` value _does_...