Daniel Grace

Results 6 issues of Daniel Grace

I'm working on a comprehensive maneuver planning library written in kOS. Since I borrow a tiny bit of code from MechJeb, I'm using its (GPLv3) license as well. (Arguably the...

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...

Enhancement
GUI
★☆☆

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....

client:python

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...