-
Right now, the service only allows either downloading or retrieving an image given a URL from cache, but not the more efficient way of checking cache and then downloading the image when the cache does…
-
### New Issue Checklist
- [x] Updated fastlane to the latest version
- [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md)
- [x] I read [doc…
Semty updated
6 months ago
-
development environment:
os:win11;node 16.10.0 ,yarn 3.2.0
when i run ‘yarn run build’, a error is there
`$ yarn run build
$ yarn run build:ts
$ yarn workspace theatre run build
$ yarn workspa…
-
At `kingfisher get --run-identifiers-list` condition, if one term error, the software will exit. Can you add a parameter to control ignore this error, and continue downloading other terms?
-
### Check List
- [✅] I have read the [wiki page](https://github.com/onevcat/Kingfisher/wiki) and [cheat sheet](https://github.com/onevcat/Kingfisher/wiki/Cheat-Sheet), but there is no information I…
-
https://coveralls.io/github/open-contracting/kingfisher-process?branch=django (2024: 81%)
The most missed lines (10 lines):
* [ ] process/management/commands/file_worker.py
* [ ] process/manage…
-
### Check List
Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked.
- [x] I have read the [wiki page](https://github.com/onevcat/Kingfis…
b-onc updated
8 months ago
-
### Check List
Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked.
- [x] I have read the [wiki page](https://github.com/onevcat/Kingfis…
-
Hey Nike,
I know I'm not using SPM incorrectly, because some of the packages/products to get installed and I obviously have higher than `macOS.11`.
This is the error:
```swift
error: the pr…
-
onevcat你好,由于我们项目在使用Kingfisher的过程中多次遇到文件IO导致卡顿的问题,经过排查发现,因为在获取文件缓存对应的cache对象时,内部判断文件是否存在涉及IO消耗, 代码位置为 Diskstorage.swift:224 影响面比较大(我们的应用为国内TOP级别应用),请问一下这块有解决方案吗?