Wei Wang

Results 259 comments of Wei Wang

`RetrieveImageResult` is not only representing an image from the network, instead, it is a general type for all image retrieving, including from disk or memory. In some cases, such as...

It is not free to contain a stored property for the data. For most use cases, the `data` is not necessay. Adding a function to get (or say, create) the...

Please check this: https://github.com/onevcat/Kingfisher/wiki/Cheat-Sheet#using-another-cache-key

暂时没有。自己做一个 extension 方法,然后全局替换一下可行么

Kingfisher does not yet support Carthage xcframework. It is using another way to generate the binary format and expected to be added manually now. So please try to compile it...

Hi, @sindresorhus Thanks for opening it. It is a great first step to wrap these block-based methods with a continuation and provides an async version of APIs. The migration is...

Yes. It is no harm to have ones. I will try to start some basic work on it soon.

No idea what can cause it. It is not likely to be what we can solve in Kingfisher, since Xcode should being respecting your project settings when build a project...

Not sure what you are using to install Kingfisher. But if you are using the xcframework, I heard that there is a bug in Xcode 12 GM that it is...

I personally cannot reproduce this issue in my environment. Can anyone help provide some reproducible steps? Or can you prepare a simple sample in which this can happen? Some more...