Results 131 comments of Daniel Esik

Literally full [output](https://gist.github.com/danicheg/80a6330d68e7ad032dacaf48e7d1b023).

Hmm, site generating is failing at CI. @armanbilge you might be interested in it.

I can be wrong, but `Retry` contains redacting of the headers already. Do you pointing that we should expose the ability to redact the URI of the request?

It turns out that we changed the data type to `ByteVector` in `Entity.Strict`. Do we still want to discuss something in this issue, or can we close it? cc @armanbilge

> I mean, it's a bug fix Sure, but we change the whole mechanism of `hashCode` calculating. So this might affect users somehow (in a pretty strange way though). But...

> I'd expect `addSegment("")` to add an empty segment, so it does end in a slash @rossabaker Are you arguing that we should have this ```scala val u = uri"/".addSegment("Test").addSegment("")...

This method returns an updated `Message` that contains a method `entity: Entity`. So, if I understand correctly, you're confused with the `Entity.Empty` case. I think the sense of the 'strict'...

Yeah, having this method named `toStrict` when we have the `Entity` model is confusing a little. :shrug: I can advise only adding the `toChunk` method to `Entity`. Then you could...

@mbablok there are known issues with `Arbitrary[Uri]`. Recently have discussed it in #5586. I dare say the equality failure of the `Uri` roundtrip doesn't signal problems with the parsing of...

Currently, no one is working on this issue, so it's up to you exactly 👍🏻