Jason Wallace

Results 45 comments of Jason Wallace

Thanks @mtlynch, that did the trick! I am able to reproduce the issue now.

Small findings update: The browser doesn't detect when the `alt-tab`/`cmd-tab` menu is actually showing. It only detects when you change applications and therefore fires the [`blur`](https://developer.mozilla.org/en-US/docs/Web/API/Window/blur_event)/[`visibilitychange`](https://developer.mozilla.org/en-US/docs/Web/API/Document/visibilitychange_event) event. So if we...

I agree that ideally we'd probably want to go the `dpkg-reconfigure` route (i.e., solution 1) because that seems like the most Debian-way. However, for now I'd probably go for conditionally...

> To clarify, (3) proposes for us to unconditionally do `apt-get reinstall` for all users, not just for certain conditions. Thanks for clarifying. In that case, I would go for...

@mtlynch - Just checking to see if this is still on your radar to review?

Yes, TinyPilot is currently unable to send `SysRq` to the target system. However, I'm also struggling to recreate the expected behavior directly on my target linux system. I can't get...

@Geekdude - Ah, you're right! Thanks for sharing your scripts! On my Ubuntu desktop, I was able to view `dmesg` via: ```bash dmesg --follow --human ``` Then I could see...

# 2023-12-14 I created a [POC PR](https://github.com/tiny-pilot/tinypilot/pull/1703#issuecomment-1854042495) that demonstrates pressing Alt + SysRq + H via the on-screen keyboard. However, my approach created a lot of code churn for what...

@jotaen4tinypilot - These changes look good to me. > Move the enable-passwordless-sudo and the 2 install- scripts to a new folder dev-scripts/remote/, to make it clear that they are supposed...

@shalver-tp > Will this issue cover the macros/snippets feature... The way I understand this task is that it's only for sending text to the target device. As you mentioned, https://github.com/tiny-pilot/tinypilot/issues/481...