Wei Wang

Results 259 comments of Wei Wang

Or you can just run it without any copying. ``` .build/release/FengNiao --version ```

找到路径,然后 `rm` 就行了,比如 ```sh rm /usr/local/bin/fengniao ```

`KFAnimatdImage` also accepts a [`Source`](https://swiftpackageindex.com/onevcat/kingfisher/master/documentation/kingfisher/source), so you can use a local file "provider" to send a resource to the animated image. ```swift KFAnimatedImage(source: .provider(LocalFileImageDataProvider(fileURL: your_resource_url)) ) ``` Since the support...

I do not have much time to devote into Kingfisher recently due to my daily work and life. So this is a bit slow. However, the concurrency support is already...

For now, you can try with the `v8` branch, which is a candidate of the next major version of Kingfisher, and it contains necessary async methods supports. I am doing...

Currently the `requestModifier` option only keeps the last value, it is not linkable and cannot be called in a chain. Instead of setting multiple `. requestModifier`, you need to create...

Hi, I just tried it and seems everything is working fine when exporting from Unity: Please make sure you are not adding or deleting any files from the xcframework. Otherwise,...

You can create an image resource with a customized cache key and load it: ```swift let resource = KF.ImageResource(downloadURL: url, cacheKey: "my_cache_key") imageView.kf.setImage(with: resource) ```

If there is already a place to load the image (and you will always have it locally), then maybe instead of the `ImageResource` (which is basically for remote image), you...

Ummm... I used the sample code to try to reproduce the issue, but was unsuccessful. There may be other factors causing the problem... https://github.com/onevcat/Kingfisher/assets/1019875/7cf6b0b6-8532-4b6b-90e1-0b5789dde32d