Jonny Saunders

Results 188 issues of 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...

enhancement
architecture

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

enhancement
idea

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

bug

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

gui

add this!!! https://github.com/sneakers-the-rat/sutter285

enhancement
hardware

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

meta
tests

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

architecture

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

enhancement

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.

enhancement