Alex Grebenyuk

Results 380 comments of Alex Grebenyuk

Reducing the priority as there are barely any occurrences.

I'm going to put it into "Draft" for now. Not completely sure it's a good idea.

I added a significant amount of automated tests, improved the prompts to get it to produce the correct language output at a much higher rate, and updated the PR description....

> This modal is not dismissible until all uploads are completed. With the current UI/UX, the upload progress is displayed directly on the "Media" screen, which seems quite optimal: you...

> The main idea is no background uploads. My recollection is that it was mentioned in the context of "syncing" posts, which we have no API for, and similar topics....

> but ensuring its functions are only called from the main thread. I couldn't make it work. If there is some pre-concurrency code, which I assume `BGTaskScheduler`, it'll might need...

> expect the compiler to warn us about the code changes of removing DispatchQueue.main. Sure, it is designed to work with Swift Concurrency. If you have legacy APIs with closures...

In the new system introduces in 24.9 you can now safely open an unsynced post for editing ay any sync stage. The app will never delete the local revisions that...

It looks like the root cause is different. It likely still have to do with retain cycles in the editor, like the one that was addressed earlier.

Hey, thanks for raising the issue and for the extended details. I'm working on redesigning and simplifying the tasks for [Nuke 13](https://github.com/kean/Nuke/pull/802) – I'll address this as part of the...