Ari
Ari
I noticed that it's not happening when I press `shift-backspace`, so I just bypass this now: ```python config.bind('', 'fake-key ', mode='insert') config.bind('', 'fake-key ', mode='passthrough') ```
@A-Z-X-R The "ERROR: Load error: ERR_FILE_NOT_FOUND" is due to the 2nd tab that gets opened due to a bug, see #3719. > [@A-Z-X-R](https://github.com/A-Z-X-R) Same question above for you as well...
For me personally Harmony seems feature complete, it does all the things it needs to do, but getting a new maintainer to take care about any necessary changes as well...
Thanks to #87 I was able to circumvent the issue for me: ```python from PIL import Image, ImageOps, ImageDraw import multiprocessing import threading icon = None def gen_dot_img(size, color): #...
Okay, so it is working and I have no thread errors when ending my application, but it never stops jumping, lmao. 
I have the same issue on macOS. ```py pygame.init() vars(pygame) ``` reveals the following `MissingModule`s: - font - mixer - surfarray - sndarray 2.6.0 won't compile because of #4469, so...