Alex Grebenyuk

Results 380 comments of Alex Grebenyuk

cc @momo-ozawa, something we might want to address in the scope of the rework

**RCA**: The app ignores the order field.

Hey, @dvdchr. Were you able to reproduce it more than once? Can you think of any other required steps? I've tried it now but wasn't able to repro the crash....

Thanks! I've searched on Sentry and couldn't find anything related to this stacktrace in the latest couple of releases.

Fixed in 25.4. The app should never check `isPad` when determining which layout to show. It should be done based on a size class.

@crazytonyli , I re-tested and in the new implementation for 25.4, it no longer crashes, but it logs me out.

Hey, you can apply a processor to a placeholder or any other image directly: ```swift let processor = ImageProcessors.Resize(size: CGSize(width: 400, height: 400), unit: .pixels, contentMode: .aspectFill) let output =...

The app should schedule the "load more posts" operation after the current sync without interrupting the user's experience.

Related https://github.com/wordpress-mobile/WordPress-iOS/issues/14015 (duplicate?)

Fixed in 25.8. The component with the issue (`WPRichContentView`) is no longer used.