jotaen4tinypilot

Results 61 issues of jotaen4tinypilot

It’s not always 100% clear where functionality should go, either to the ansible repo or the app one. So for example: - When do we create privileged scripts and implement...

documentation
medium

[As discussed, we wanted to go with “solution 3”](https://github.com/tiny-pilot/ansible-role-ustreamer/pull/68#issuecomment-1274854670), which is to fold over the Janus-related logic from `ansible-role-tinypilot` to `ansible-role-ustreamer`. That way, `ansible-role-ustreamer` fully controls the Janus service, and...

codeapprove

In order for us to offer an H264 option in the web UI, we need to install Janus by default. So the [default settings](https://github.com/tiny-pilot/ansible-role-tinypilot/blob/dbb7ef75b529bb8bb2dae7d14054dcd76a129b66/defaults/main.yml#L28) need to be changed: ``` tinypilot_install_janus:...

enhancement

The [`build-python`](https://github.com/tiny-pilot/tinypilot/blob/master/dev-scripts/build-python) and [`build-javascript`](https://github.com/tiny-pilot/tinypilot/blob/master/dev-scripts/build-javascript) dev scripts technically don’t build anything, but they rather execute tests and static analysis procedures. Therefore, the prefix `build-` might be a bit surprising. To me,...

enhancement

Unfortunately, the shellcheck+bats situation is a bit messy right now. Once they get things in order again, we can refactor our bats bash tests: - Remove the workaround for the...

enhancement

A really tiny UI glitch: when loading the TinyPilot UI (e.g. `http://tinypilot.local`), the browser might very briefly display some intermediate artifacts while initializing the frontend: You can observe this effect...

bug

Follow-up issue of https://github.com/tiny-pilot/tinypilot/issues/1642. We were able to silence the undesired stacktrace printing via https://github.com/tiny-pilot/tinypilot/pull/1708 – this, however, only appears to work on Linux systems and not on MacOS, because...

bug

[Merging over](https://github.com/tiny-pilot/tinypilot-pro/pull/1153) the [grouped e2e tests](https://github.com/tiny-pilot/tinypilot/pull/1693) uncovered an interference problem in our e2e test setup. **Update**: we [disabled concurrent tests locally](https://github.com/tiny-pilot/tinypilot/pull/1695) to alleviate the problem for local development for the...

bug
enhancement

In https://github.com/tiny-pilot/tinypilot/issues/1524, we discussed that we should make it easier to use the SQlite / `tinypilot.db` file in programmatic contexts, e.g. in bash scripts. Currently, you have to add a...

enhancement

We have started to [automatically check that license links in the `` are valid](https://github.com/tiny-pilot/tinypilot-pro/issues/1136), by [resolving the link and checking the response status](https://github.com/tiny-pilot/tinypilot/blob/cbc2a379e71b1b8c2be7ac49e61e0b8a8d8c729f/e2e/about.spec.js#L99). For license links that forward to an...

bug