Alex Grebenyuk

Results 380 comments of Alex Grebenyuk

Hey, thanks for bringing this up. These resources need to be updated, which I'll do if time allows. To answer your question, yes, videos are supported via a `NukeVideo` module....

Hey, are you still able to reproduce this issue with the latest version?

Related: https://github.com/kean/Nuke/issues/572. Hey, @larryonoff, do you happen to have any additional information around this crash? The size of the data? The crash message? Due to how rare these crashes seem...

> Do you have any plans to deliver a Privacy Manifest with the library? Yes, but I haven't looked into it yet.

I went through [the list of the APIs](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api#4278393) that have to be declared in a privacy manifest, and I haven't found any of them in Nuke. - `DiskCache` use `.contentAccessDate`...

You can throw a custom error by implementing [`client(_:validateResponse:data:task:)`](https://kean-docs.github.io/get/documentation/get/apiclientdelegate/client(_:validateresponse:data:task:)-23iyu). It might be worth also expanding `unacceptableStatusCode` and adding response `Data` and `URLResponse` for convenience.

> Thanks @kean, [client(_:validateResponse:data:task:)](https://kean-docs.github.io/get/documentation/get/apiclientdelegate/client(_:validateresponse:data:task:)-23iyu) is useful for the scenario of logging all error messages, bug reporting, etc. It is also designed for providing a way to generate custom errors instead...

I'm [prototyping](https://github.com/kean/Get/pull/75) an improved version of async API for Get 3.0 to address Xcode 14.3 warnings. I think it'll work nicely for decoding custom errors. ```swift let dataTask = await...

There isn't, and it's not in the backlog.

Hey, @leandrofavarin. I may be missing something, but it looks like it works as expected. The `must-invalidate` header dictates that the client validates the resource (using ETag or Last-Modified) with...