Alex Grebenyuk
Alex Grebenyuk
I don't think it was fixed yet.
I'm going to move the target back to 24.9 – it's not needed for the current release, and there are some enhancements still needed.
> It's a bit unexpected for the warning icon to still be there after I take an action to cancel the upload. What do you think of showing a spinner?...
> Did you evaluate what it'd take to put the processor(s) in the Mobile Gutenberg package versus the iOS app codebase? There is a good reason for consolidating this code...
> Please correct me if I'm mistaken, but even if we move the code to the background, the post-saving process will still be time-consuming due to the required processing. Is...
> While finding a method to synchronize the block processors with Gutenberg's logic would be ideal, I anticipate it would introduce considerable complexity. There is one more variable: the server....
@fluiddot, I extracted the processors and moved the work to the background thread https://github.com/wordpress-mobile/WordPress-iOS/pull/23093. This code will only run for a small fraction of the users eligible to test the...
I'm going to assign it to myself. The changes were pushed back to 24.8. It **is** fixed in 24.8 for all users, not just the A/B test group we are...
There seems to be a crash in `SiteStatsPeriodTableViewControllerDeprecated`: ``` NSInternalInconsistencyException: Expected a popover view, found (null) Error 13:31:39 ui.lifecycle { beingPresented: false, parentViewController: UIPageViewController, screen: SiteStatsPeriodTableViewControllerDeprecated } ``` The issue...
The referenced code was removed in one of the earlier version and the Split View enable/disable logic simplified – closing.