Daniel Grace
Daniel Grace
This would in part address some of the issues raised in #815, #211 and #60: It would be probably be handy if mods could include some general messages (which may...
This is an (currently failing) attempt at having HK generation use more than region for its generation to improve performance. Currently it does exactly the opposite, but PRing as a...
Currently, members of `self.users` are primarily only destroyed when Pydle or the user in question leaves a channel. However, there are numerous events that call `_sync_user`, which will create the...
Current master of stream.py has this in update_thread(): ``` python except: #pylint: disable=bare-except #TODO: is there a better way to catch exceptions when the # thread is forcibly stopped (e.g....
I was adapting mnv_time for my own purposes and noticed a few things about it while making it fit my code style -- so here's a tiny bit of unsolicited...