Wei Wang
Wei Wang
Hi, @nickp4488 Based on the code you provided, it shouldn’t cause the issue you’re describing. However, I recommend checking if the `setImage` method is being called multiple times, possibly with...
Kingfisher does not modify the underlying `URLSession` configuration when sending requests. Escaping spaces to `%20` is a standard method used by the iOS system to maintain compatibility in most environments....
This issue has been resolved. The URL encoding of spaces in User-Agent header (space to %20) is standard iOS system behavior when using URLSession, not a Kingfisher issue. As mentioned...
Thanks for sharing this... Let me check..
I attempted to replicate the sample scene but was unable to reproduce the issue, even after more than 50 attempts. Could you try testing this with the latest version of...
Maybe related to #2444 and should be completely fixed in 8.6.1. I am going to close this for now. Please feel free to reopen (and helpful if with more details)...
As the `KingfisherWrapper` itself is a struct (which contains the actual image view as a reference), it would be quite difficult to prevent the holding in the closure. If the...
Hi, @ilendemli Thanks for reporting this. I am not familiar with accessibility in SwiftUI at all.. With some searching for [related topics](https://stackoverflow.com/questions/71471284/swiftui-accessibilityhidden-still-selectable), it suggests that some layout things might be...
@markst I myself do not have a test environment for CarPlay now. May I know on which thread this crash happens? Is it thread 0 (the main thread)?
We are also facing the same problem and seems there is no way to create a correct JSON request for API use. It becomes a blocker for our use of...