Michael Lynch

Results 128 issues of Michael Lynch

The voltage log collector shows voltage warnings that occurred at any time, but we really only care about the ones that happened on the current boot. It should be possible...

small

The file permissions task reports a change on repeated runs even though nothing should have actually changed: https://github.com/mtlynch/ansible-role-tinypilot/blob/21514df253b1fa9e6e6d390ef907f5544b2135eb/tasks/main.yml#L65 As a hack, I've placed `changed_when: false` to pass idempotence tests, but...

The `PUT` handler doesn't match the semantics of the traditional `PUT` verb. I chose `PUT` because I wanted a way for the client to signal to the server that it...

I spoke to a customer who prefers dark mode and had to use the DarkReader extension for TinyPilot. There's a lot we could adjust to get dark mode working, but...

enhancement
good first issue
Hacktoberfest

We have several network operations that I eventually want to integrate in the web GUI, but they're currently things you have to perform manually with SSH. * [Set a static...

enhancement
medium
brainstorm

A user reported that on [grml Linux](https://grml.org/), an error message appears during boot: ```text Probind EDD (edd=off to disable)... ok Undefined video mode number : 317 Press to see video...

bug

We recently were [helping a customer in the support forum](https://forum.tinypilotkvm.com/-383#post-9) who had an HDMI to CSI setup, but they had run the installation for HDMI to USB. We should adjust...

enhancement

TinyPilot [automatically releases keys](https://github.com/tiny-pilot/tinypilot/blob/80f8975802d88f8360922bef38377c3cf4c0979c/app/hid/keyboard.py#L10L13) after the keydown event and ignores the keyup event from the browser (except for modifier keys). The idea was to prevent keys from ever seeming "stuck"...

enhancement

For customers that keep TinyPilot on a restricted network, they can't update through the web UI. It would be helpful in these situations to allow the user to specify an...

enhancement