Wei Wang
Wei Wang
Similar report was also here. https://github.com/fastlane/fastlane/issues/19866#issuecomment-1046393723
The pull request #20135 gives this issue a workaround, but seems it is not under active review or in merge process. We are suffering this issue for more than a...
This fixed the original problem perfectly for me (although as indicated, I need to add `result_bundle`, which is not that ideal since it is not required before). Not sure if...
Solved in #1999
Since there is no additional information and no way to reproduce this issue, I am closing it.
我们自己使用的没有发现什么问题。如果有更确切的信息,还请一并附上。 个人建议检查一下 cell 里加载的图像是不是太大。如果是无意义的高清图片的话,数量过多肯定会造成绘制和内存压力,可以考虑先用 [Downsampling 处理](https://github.com/onevcat/Kingfisher/wiki/Cheat-Sheet#using-downsamplingimageprocessor-for-high-resolution-images)一下。 因为没有什么特别有意义的信息,这个 issue 我先关了。如果能提出具体的问题或者例子的话,请再reopen。
The check of `options.backgroundDecode` seems to be fine, but is it a must to make the original private/internal methods to be public/open? I would merge this if you can revert...
"(If the dropped file is a text file) file content." = "文件内容(如果拖拽文件是文本文件)"; For the "Search wrapped.", I need more context on the usage. Is that saying "search (verb) something is...
Great explanation. Now here it is: ```diff + "(If the dropped file is a text file) file content." = "文件内容(如果拖拽文件是文本文件)"; - "Search wrapped." = "搜索已换行"; + "Search wrapped." = "已从头搜索";...
Oh, I misunderstood the meaning. Please use the following for zh-Hans: ``` "Search wrapped." = "已从头搜索"; ```