Wei Wang

Results 259 comments of Wei Wang

Ummm. Any chance to try the demo sample in this repo? You can clone this repo, checkout the branch, and run the demo app in it. I do not have...

I cannot reproduce this issue. I'd wait for more information and any further comments are welcome.

For a local file, I suggest to try this: https://github.com/onevcat/Kingfisher/wiki/Cheat-Sheet#image-from-local-file

Sorry for the late reply. This is really a rare use case and it is the first time we receive such a request. I wonder whether it worths adding another...

According to the log, the crash happens when initializing the `ImageProgressiveProvider`, and especially, when initializing a `DispatchQueue` value in `ImageProgressiveSerialQueue`. It should be totally a thread-safe behavior, and the problem...

Currently there is [AuthenticationChallengeResponsable](https://github.com/onevcat/Kingfisher/blob/master/Sources/ImageDownloader.swift#L178-L203) protocol exposed, with which you could implement SSL pinning or any other challenge yourself. However, it is not yet abstracted to an option or something like...

Kingfisher 做的应该只是下载图片转成 `UIImage` 并设置到 image view 里,所以感觉不太可能是框架的问题。能给一个例子么,一些能重现问题的关键代码或者 URL 之类的。 感谢。

I am not experiencing a crash with exact your code snippet (with Xcode 12.2 and iOS 14.4 simulator). Is there any condition or only crashes on a certain Xcode /...

The crash indeed is in a table view (`List`) when rendering something. But it is deeply in SwiftUI. And again, I cannot reproduce this by the simple snippet. See the...

@wyattbeavers Thanks for your investigation. That's really weird and I guess there is quite little I can do with it. I tried your sample code snippet on my iPhone with...