barkside
Results
2
comments of
barkside
I'm also finding sync fails for large files, but works for async. I'm on ubuntu 22 if that makes a difference
In case it helps others on linux with ibus issues with tk: https://github.com/ibus/ibus/issues/2324 This helped me: ```python import os #disable input methods to improve speed os.environ['XMODIFIERS'] = "@im=none" ```