jotaen4tinypilot
jotaen4tinypilot
I wanted to gently bump this up again, because I think having robust and well-defined testing procedures would be very helpful. Especially when working on more complex changes, e.g. in...
A note just for reference: by now, we already have a [dev convenience script to install a bundle from a device](https://github.com/tiny-pilot/tinypilot/blob/a956048938b51d456f683aa634a39a0a10fdfbae/scripts/install-bundle) (via https://github.com/tiny-pilot/tinypilot/pull/1246).
One random idea (which I haven’t thought through, though), which might also play nicely together with our plan [to make the paste feature a dialog](https://github.com/tiny-pilot/tinypilot/issues/1137): would it be possible, and...
Quick & dirty UI mockup: I.e., not echoing the individual characters of pasted text one-by-one in the status bar, but showing a different kind of keystroke indicator, that summarizes the...
Unfortunately, I don’t have a promising lead in mind here. My naive suspicion would have been what @jdeanwallace proposed in https://github.com/tiny-pilot/tinypilot/pull/1545, but apparently, the issue seems to be elsewhere. I...
A few (random) notes from my side here, as I was looking into this a bit: - Chrome and Firefox reserve the `ESC` key for exiting Pointer Lock mode, so...
Just as reference here for the protocol: for the initial use-case of this ticket (rendering the remote screen “full screen” inside an iframe), [TinyPilot now provides a query parameter `?viewMode=standalone`](https://github.com/tiny-pilot/tinypilot/pull/1587)...
We explored this feature with a [proof-of-concept branch](https://github.com/tiny-pilot/tinypilot/pull/1779), and it appears that there is some complexity if we wanted to achieve full-blown touch support. So for the first step (this...
I’d feel that choosing a sensible solution would depend a bit on the following factors: - How common is it for users to change these settings? I.e., how big is...
My thoughts are these then: If changing settings is rarely requested, and if we’d consider it bearable for users to go through a full reinstall in that case, I’d lean...