You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When deleting/coping/pasting/cuting huge or a lot of files, UI freezes. This is a result of: those operations, executing in the main thread (until they complete). To solve this, I was planning to use another thread: that would handle\execute those operations from a stack\list (probably using asyncio). But, due to loss of motivation and other tasks I didn't. So... unless anyone interested to implement it, it won't be available soon. If anyone interested, let me know before you start doing anything, so I can assign it to you and not have any conflict pripor to anything else. Aso, let me know if you need any help.
Additional context for future me or you:
change the name of this function to __prepare_files_for_action()
@b1ru Sure! Although... tbh, you caught me a bit off guard 😅 (wasn't expecting a response so fast). Anyways, before we proceed with the assignment, let me know when you'll be ready and if you have any questions related to the code. PS. We can talk via discord if you are OK with it, for further informations.
When deleting/coping/pasting/cuting huge or a lot of files, UI freezes. This is a result of: those operations, executing in the main thread (until they complete). To solve this, I was planning to use another thread: that would handle\execute those operations from a stack\list (probably using
asyncio
). But, due to loss of motivation and other tasks I didn't. So... unless anyone interested to implement it, it won't be available soon. If anyone interested, let me know before you start doing anything, so I can assign it to you and not have any conflict pripor to anything else. Aso, let me know if you need any help.Additional context for future me or you:
change the name of this function to
__prepare_files_for_action()
TUIFIManager/TUIFIManager/__init__.py
Line 592 in 055522f
(This is one of the many ideas, I thought it would be nice to post as an issue instead of descussion)
The text was updated successfully, but these errors were encountered: