Jake Wharton
Jake Wharton
It will be updated but there's a few tests failures I saw locally. I'm assuming that's why CI failed
It wouldn't be a test case if it wasn't something we needed to guarantee. We need alter the implementation to allow the test case to pass. A call should not...
I don't see much reason to change the encoding since both end up buffering. We can switch the decoding, however. Want to send a PR?
This is blocked on: * [ ] Streaming being available for all format types, not just a single one * [ ] The streaming API being stable
On the kotlinx.serialization repo. I'm not sure if there are bugs for either, but you could create them.
Yes, but only for JSON. This issue was filed after 1.3.0 was released.
No, nothing has really changed. Streaming still only works for JSON not all text formats. And the APIs this library uses are still marked as unstable which means we cannot...
If the response if absolutely huge it would, yes.
No. It's only supported for `Json` and not arbitrary `StringFormat`s.
I suppose we could add a `Json`-specific overload of the factory function for now to enable it.