Michael Lynch
Michael Lynch
While @db39 was investigating an unrelated issue, [he discovered](https://github.com/tiny-pilot/tinypilotkvm.com/issues/1046#issuecomment-1768357228) that running `sudo service ustreamer stop` or `sudo service ustreamer restart` takes 90-120s to complete, when I'd expect it to be...
Related: #1668 #1671 adds an early fail into TinyPilot's installer if we detect the host is running Debian Bookworm. As part of #1668, we should remove the check. This should...
The current TinyPilot debug logs are all from logs on the device itself, so we don't see errors that occurred in the client's browser. In some cases, it would be...
TinyPilot's update service [times out](https://github.com/tiny-pilot/tinypilot/blob/e295c44af6e71b0d0081eba4d444684ec3491402/scripts/update-service#L25) if the update takes longer than 10 minutes. The problem is that TinyPilot has no real time clock and relies on NTP to set time....
Debian packages are not supposed to set permissions recursively in maintainer scripts: https://lintian.debian.org/tags/recursive-privilege-change We recursively call `chown` in `postinst` so we should figure out a way to avoid doing that:...
Currently, TinyPilot's status bar is purely informational. It shows information to the user, but clicking on the status bar does nothing. Over the past couple of years, we've discussed a...
I received a request from a customer who mentioned that in their usage, they often hit the Escape key in full screen mode, intending to send it to the target...
If the user enabled the read-only filesystem and then performs an update, the system will reboot and go back to the pre-update state, which is not what the user wants...
In routine testing, our team hit an issue where TinyPilot's video seemed to stutter slightly in H.264 mode. They managed to capture a video, and I slowed it down to...
A user reported to me that TinyPilot is losing their cursor choice in fullscreen. In normal viewing, they can see a custom cursor, but it reverts back to the default...