Alex Grebenyuk
Alex Grebenyuk
This now works better as the error message contains the reason why it fails, which I think is an acceptable solution: – less logic to be hardcoded in the app...
**Block Removal** I verified the "block removed → upload deleted" scenario. The `gutenbergDidRequestMediaUploadCancelation` method does get called and the upload gets deleted 👍 If you Undo, it does end up...
There still seems to be an issue when installing the package: ``` x-xcode-log://F5477906-731E-45AF-89D2-B1A6FEF32FF6 product 'SwiftLintPlugin' required by package 'wordpress-ios-shared' target 'WordPressShared' not found in package 'SwiftLint'. Did you mean 'SwiftLintBinary'?...
> If we weren't using the default package structure to get SwiftLint, what would you suggest using? I don't know what the state-of-the-art approach is. As a package developer, having...
Hey, [JSONView](https://github.com/quentinfasquel/JSONView) looks interesting, and something like this could be a valuable addition. However, I would prefer to include parts of this functionality, such as collapsing objects, in the main...
Fixed by https://github.com/wordpress-mobile/WordPress-iOS/pull/23443
This screen is removed in 24.9 – see https://github.com/wordpress-mobile/WordPress-iOS/pull/23154/
Hey, thanks for the report. I would appreciate if you could attach a sample code where I could reproduce it. I can't seem to be able to reproduce it in...
Hey, I would suggest trying [DataCachePolicy.storeEncodedImages](https://kean-docs.github.io/nuke/documentation/nuke/imagepipeline/datacachepolicy/storeencodedimages). It will encode the processed images (.png) and stored them in the disk cache (aka LRU cache, `DataCache`). It seems like exactly what you...