Michael Lynch
Michael Lynch
Looks like secure installation steps are being skipped.
Add an `ExecStop` attribute to the systemd unit file so that the role shuts down the service gracefully.
I saw your tweet soliciting code review resources (https://twitter.com/dgryski/status/1321544755298250752), so I thought I'd share one I wrote a few years ago. Feel free to merge if you like it or...
First, thanks for all your excellent work on markdownlint! I ran into a minor bug today that I wanted to share. If there are two asterisks in an HTML attribute,...
This adds a configuration for building citybound in Docker so that users can compile it on any OS and not worry about dependencies. Updates the CONTRIBUTING.md with instructions on how...
## Description When the target computer displays an image with underscan (image size is smaller than the monitor size), then TinyPilot's mouse position gets distorted. Toward the center of the...
This [USB-C splitter](https://www.amazon.com/Multiport-Tuwejia-Thumderbolt-Converter-Projection/dp/B07G44M4S3) gives TinyPilot limited compatibility with Android phones. One user reported that he was able to get video capture and keyboard input, but mouse input was not fully...
When TinyPilot's backend receives a keystroke, it passes the keystroke and then sends an HID signal to [release all keys](https://github.com/tiny-pilot/tinypilot/blob/d444c0538a242a3a083c8745656d2f21b3f3c59a/app/hid/keyboard.py#L10L13). The original intent was to prevent TinyPilot from thinking that...