Michael Lynch
Michael Lynch
I'm a newcomer to Nix, and I'm trying to integrate `nix develop` into some of my open-source projects. I have it working alright for one of them, but when I...
I just found out about the HTML native [`` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog) from [this blog post](https://www.htmhell.dev/adventcalendar/2023/2/#dialog-modals). Let's play around with it for a couple of hours and see if it's worth pulling...
Related: https://github.com/tiny-pilot/tinypilot/issues/1710 Our [FAQ for enabling TinyPilot's WiFi access point](https://tinypilotkvm.com/faq/wifi-ap) is mostly code snippets the user has to copy/paste. A lot of the code is irrelevant to them, but showing...
Blocked on #1512 One of the issues that catches some users by surprise is that if they hide the on-screen keyboard, they can't bring it back from the same place....
From initial testing, we've [discovered](https://github.com/tiny-pilot/tinypilot-pro/issues/1113) that some of TinyPilot's dependencies fail on Raspberry Pi OS Bookworm. This is a high-level ticket to track the work of individual work items needed...
The TinyPilot install process is [sufficiently](https://github.com/tiny-pilot/tinypilot/blob/c800beab5cc9753549a5c0a98b2dc393d0588274/bundler/bundle/install) [complex](https://github.com/tiny-pilot/tinypilot/blob/master/debian-pkg/debian/tinypilot.postinst) that it would be helpful to have tests validating that the installer does what we expect. We've had a few bugs in the...
I was speaking to a customer yesterday, and they mentioned that our usage of the term "Bit Rate" confused them:  Revisiting the language, it is confusing to a person...
We use a bit of an unusual style our toggle-style HTML checkboxes: ```html Hide Sensitive Data ``` Ideally, it would look a little closer to something like: ```html Hide Sensitive...
Related: https://github.com/tiny-pilot/tinypilot/issues/1694 We originally designed the `run-e2e-tests` script so that [the caller could pass Playwright command-line flags](https://github.com/tiny-pilot/tinypilot-pro/blob/464f35a23784e4e3419676718b56c57ec2a7b847/dev-scripts/run-e2e-tests#L19), and the script would pass them through to Playwright, so you could do...