Michael Lynch

Results 269 comments of Michael Lynch

Thanks for sharing that, @thomstratton! A cleaner solution might be to restart the service, though I haven't yet tested on a 64-bit build: ```bash sudo service usb-gadget restart ```

Thanks for reporting this! We're refactoring the video code in preparation of [H264 support](https://github.com/tiny-pilot/tinypilot/issues/875), and this might be a regression. Do you see any output in the [browser console](https://github.com/tiny-pilot/tinypilot/wiki/Troubleshooting-and-Diagnostics#browser-console-logs)? Does...

Sure, you can go to the TinyPilot repo and try going back a commit: ```bash cd /opt/tinypilot sudo su tinypilot bash -c "git checkout HEAD~1" sudo service tinypilot restart ```...

>This CodeApprove comment is misleading because yes all your comments have been resolved, but I just added an unresolved comment. So I don't agree that the above comment should be...

I'm coming around to this much more, as we're now up to 137 requests to load the dashboard, with the vast majority of them being re-requests of the same CSS...

Really glad you took a step back here! I was assuming that bundling would just kind of magically solve all of our problems and it was the only solution, but...

I've split this off into two separate bugs: * https://github.com/tiny-pilot/ansible-role-tinypilot/issues/144 * https://github.com/tiny-pilot/tinypilot/issues/746 I'm punting the bundling part to a future milestone.

The cleanest fix I can think of would be to crop the image in the browser to correct the underscan. We could maybe do it automatically by detecting the black...

Thanks for reporting this! I suspect that this is a consequence of MJPEG. It's an uncommon format, and it consumes a lot of bandwidth. So the latency could be because...

Thanks for reporting this! Hmm, I haven't heard of a case like this before. Is it possible that something on your network is trying to cache responses from TinyPilot? Maybe...