Krzysztof Rodak

Results 14 comments of Krzysztof Rodak

@ankish in the end I went with custom solution as there are few places that Kingfisher forces main queue (local cache access is one of them too...)

Unfortunately I needed to delete this one as it causes my system to freeze during work. Will send a report next time it happens. śr., 7 paź 2020 o 12:38...

Same issue on MacBook Pro (14-inch, 2021, Apple M1) running macOS Monterey 12.1

@lucasvo turns out that this was simple bug on Signer side, fix within: https://github.com/paritytech/parity-signer/pull/1351 Until official public release, you are free to test out our TestFlight Beta builds here: https://testflight.apple.com/join/s4Y3n7L3

@montekki what Parity was using for that until now? Best practice would be to distribute test builds via TestFlight, [Fastlane](https://fastlane.tools) is currently the best to setup CI / CD pipelines...

Resolved by https://github.com/paritytech/parity-signer/pull/1218

My comment is not related to `SwiftGen`, but as its user I'll comment anyway. For `UITableViewCell` and `UICollectionViewCell` it's quite good practice to use class names as identifiers. You can...

@aisoftware - yes, I missed it ;-) But looking at it now it's not exactly the same approach, is it?

If someone would be looking for quick solution for `runtime-swift5` plist template, here is potential quick fix using `@unchecked Sendable` and `var` instead `let`: ```stencil // swiftlint:disable all // Generated...

It should be possible to import via this screen in current TestFlight build: ![CleanShot 2024-09-30 at 13 13 34@2x](https://github.com/user-attachments/assets/9bf992e2-8026-4682-a90b-8ef0ae05efd0) Although after adding new keyset, user will end up on that...