Jake Wharton
Jake Wharton
Or if you're in a browser you have to use the JS file system API directly and can't use Okio: https://developer.mozilla.org/en-US/docs/Web/API/File_System_API. In that case you can wrap your file system...
No. Okio's file system API only supports contexts where it can be used in a synchronous, blocking manner.
I think this can probably be entirely implemented in a call adapter with no changes to the core, but I'd have to try it.
Call adapters can delegate to each other. They do not need to be in the core.
There's already some streaming requests in #2075 and #2618 and probably others. I think the general consensus is to finish kotlinx.io first, although it's been a while since the maintainers...
That check is useful on Android for minSdk 25, so you can't just blindly enable/disable based on platform. On Sat, Dec 3, 2016, 6:09 AM Stephan Schroevers wrote: > With...
> That's a little bit inflexible though because you have to write your code around this limitation. Do you have concrete examples of this being a problem in practice? In...
> Also, there is no logical reason why encryption should only be applicable on a sink. Encrypting or compressing a (raw) source is really no different than the existing support...
https://scans.gradle.com/s/bwlv4t33re532
Or grab any build scan from Redwood trunk, really