Jonny Saunders
Jonny Saunders
so to partially tell everyone about a development move I have been making for awhile but so far had only articulated in my mind: it's time for lifecycle hooks. ok...
[stubbing out an idea, forgive me while it remains incomplete] The way networking objects are created and addressed it very clumsy right now. * registry for networking objects * uniform...
Stubbing out an idea: In many cases data needs to move around the system in 'packets' -- eg. a frame from a camera needs both the image frame as well...
Logging is coming along, but it's still the case that just `raise Exception` doesn't get caught in the logs. Need to catch stdout/stderr so unhandled exceptions are documented, especially when...
Just as we moved to PySide2, the Qt foundation has pushed PySide6 (based on Qt6) which likely has a bunch of breaking changes... A particular motivation to move is the...
add this!!! https://github.com/sneakers-the-rat/sutter285
List of "not necessarily the obvious" things that wouldn't be covered in a coverage check to be sure to include in tests. - [ ] -e setup in venv vs....
**This is the defining enhancement of v0.5.0** following from the conversation on https://github.com/wehr-lab/autopilot/issues/39 > you know what this is now the defining enhancement of v0.5.0 - everything should have a...
Currently there is no limit to the growth of logfiles, so theoretically eventually a pilot will fill up its disk and crash. Implement a logging.RotatingFileHandler to rotate logfiles with a...
Catch all pilot errors and send back to Terminal for display currently user has to, if running as daemon, ssh into pi and use journalctl, not very optimal for debugging.