Joshua Marantz

Results 291 comments of Joshua Marantz

Oh this might be solved by https://github.com/envoyproxy/envoy/pull/35545 -- @wbpcode WDYT?

sure but are you certain you are trying with #35545 in your build? Or are you using a release binary that might not include it?

I think maybe an earlier version of #35545 would have fixed this by inheriting the behavior from JsonStreamer: https://github.com/envoyproxy/envoy/blob/520442a7e2b676ee7c710fcea26ae904be6abc65/source/common/json/json_streamer.h#L389 See the overrides for addNumber with integer args. However I think...

Needs main merge. I'm having a little trouble following whether we are not blocked on reviewers or on author activity. /wait

I agree; I think internal buffering or MxN complicates the model and how to reason about it.

After existing reviewers approve we can assign a maintainer.

So if I have two different same-length strings that are completey invalid utf-8 then this impl will alias them together?