Wei Wang

Results 259 comments of Wei Wang

Thank you for providing detailed information about your integration process. Unfortunately, we're not very familiar with this specific setup. However, if the linking is done correctly, you should be able...

The LINE SDK for Flutter project currently primarily provides features such as logging in using a LINE account. As far as I know, there is no public API available for...

@thanakorn-bird-abbon Ah, that makes sense! Thank you for the information. When writing the documentation or designing the workflow and APIs, we must follow and refer only to the official solutions,...

The principle is providing the final processed image as possible, allowing you to avoid repeated processing. Additionally, the [`cacheOriginalImage` option](https://swiftpackageindex.com/onevcat/kingfisher/master/documentation/kingfisher/kingfisheroptionsinfoitem/cacheoriginalimage) may be useful, depending on your specific implementation needs.

Hi, @MadsBogeskov Thank you for this PR. I believe Kingfisher is handling this correctly by storing the callbacks from different requests in the `callbacksStore` ([code](https://github.com/onevcat/Kingfisher/blob/master/Sources/Networking/SessionDataTask.swift#L61-L67)). This behavior, where multiple requests...

Thanks for the declaration! You remind me a fix in 8.1.2 (https://github.com/onevcat/Kingfisher/releases/tag/8.1.2). If you are using an older version, maybe it worths to upgrade and see if that fixes.

This issue should have been resolved in the pull request #2444 , which includes comprehensive testing. The fix is also included in the new version 8.6.1. Thank you for reporting...

@oillada Thanks for reporting this. May I know which processor or what kind of processor you are using? Some code snippet or reproducible steps may help to understand the issue...

Usually, if your channel app is still under development, this means you are not adding your LINE account as a testing account to your app. Please check and confirm the...

You can find the related setting in the LINE Developer Console (login from https://developers.line.biz/), check your channel and invite the LINE account to the tester list. For more, please also...