Lex Tang
Lex Tang
@jrendel Thank you for the update. I did test with the following `Cartfile`: ``` github "jrendel/SwiftKeychainWrapper" ``` And run `carthage update` in the same project folder. After a couple seconds,...
I'm sorry that I've not managed to fix this issue. According to the following article, it's complicated for a mixed-language project to support SPM. https://joesusnick.medium.com/swift-package-manager-with-a-mixed-swift-and-objective-c-project-part-2-2-e71dad234e6 I've fixed the Package.swift in...
Yep, it has to create a 793MB dummy cache file before playback...
https://github.com/vitoziv/VIMediaCache/blob/master/VIMediaCache/ResourceLoader/VIResourceLoadingRequestWorker.m#L60-L64 貌似是这里应该判断 isCancelled,为真的话不应该调用 finishLoadingWithError...
因为用户在拖动播放进度的时候,dataRequest 请求的 range 不一定是连续的,这时如果文件没有 truncate 的话,用 FileHandle 的 seek 到一个没有数据的位置,就会失败,会导致后续的写缓存操作把正确的数据写入错误的位置,下次再取缓存,取到的数据就是错的,造成不能正常播放。 所以一开始 truncate 创建整个文件这个方案比较适合比较小的文件,对于大文件还要考虑 IO 开销和存储占用,这么写就不合适了。
我发现我这边传 ipa 是正常的,传 apk 就会清空图标。
我猜可能是因为两个平台对 app 图标的显示都有一套 failover 机制。比如安卓在没写 android:icon 时,会用 android:roundIcon。而 fir 上面不是这样,死认一个图,所以一传就清空了。
@yunheli 能换个图标么?现在这个快看不见了。 uploadSdk.jar 装在哪?
It's called AcroForms (a.k.a. Acrobat Forms) for PDF. I just found a browser-side JS lib which has a plugin for adding textfield/radio/button in PDF: https://github.com/MrRio/jsPDF/blob/master/plugins/acroform.js
Same issue, looks blurry on my MacBook Pro.