jotaen4tinypilot

Results 61 issues of jotaen4tinypilot

The usage of the [`install-from-source`](https://github.com/tiny-pilot/tinypilot/blob/360124201e18ff1cca43e794f688f59f94d065bc/dev-scripts/install-from-source) dev script is not really documented anywhere, and we could also make it easier to discover. We should add a section to our [contribution guide...

enhancement

This is blocked on https://github.com/tiny-pilot/tinypilot/issues/1276. **(Update 2022-01-26: On hold for the time being, as that ticket is “won’t fix”.)** We could display some sort of indication in the UI whether...

enhancement

Follow up of https://github.com/tiny-pilot/tinypilot/issues/1267 (which this is blocked on). After we have removed writing the defaults to `settings.yml`, we should clean up the corresponding values that we had already written...

enhancement

Given that H264 audio streaming is enabled/desired, would we need to inform the user if the audio stream fails? Because it might be hard to distinguish whether a lack of...

question

How would users be able to mute H264 audio streaming? I suppose it can always be done by muting the browser tab, or disabling sound output altogether. We could otherwise...

question

We [recently detected orphaned files that weren’t in use for more than a year](https://github.com/tiny-pilot/tinypilot/pull/1185). This could easily happen for all asset classes, like `.js` or `.css` files, and not just...

enhancement

Currently, we use “meaningful” / descriptive names for the colour shades, like [`--brand-blue-light`, or `--brand-red-bright`](https://github.com/tiny-pilot/tinypilot/blob/ae966c96cfd3a4f5a2fccf9e0c16b24f5fc6fb2f/app/static/css/style.css#L6-L38). The downside of this naming approach is that it doesn’t scale well, the more colours...

enhancement

In the video settings dialog, the slider for adjusting the H264 bitrate has a step size of `50`, and a value range of `50`–`20.000`, resulting in 400 slider steps. That...

enhancement

According to our coding conventions, all (supposed-to-be) [private JS members should have an underscore prefix](https://github.com/tiny-pilot/tinypilot/blob/6073998459e21317800139df38166cd34396d4fd/CONTRIBUTING.md?plain=1#L214-L216). - I think we are fairly consistent in regards to naming methods here, but it...

enhancement

Related https://github.com/tiny-pilot/tinypilot/issues/131, part (c). Stacked on https://github.com/tiny-pilot/tinypilot/pull/1811. This PR adds the backend logic and endpoints that we need for the WiFi dialog. - There are endpoints for reading, writing, and...

codeapprove