Tal Einat
Tal Einat
@idomic, looks good, just replace "in the returned object" with "added to the returned object".
Hi @legendof-selda, Thank you for your thoughtful suggestions! My apologies for not replying thus far. (I have not been able to do nearly any work on open-source things in the...
I agree with KBK that what you suggest goes against IDLE's philosophy, which is to be simple and uncluttered, avoiding "bells and whistles". However, I do think that a simple...
This seems to be caused by a race condition bug in watchdog: The `FSEventsEmitter.run()` method is running after `.stop()` was already called. This can happen because `.start()` is called in...