Matt Harding

Results 9 issues of Matt Harding

Hi @bokand, first off thanks for all your hard work on this topic! It seems you're more or less the source of truth on all this. Secondly, I found an...

If you click `Edit` on a ddns service and open the `Timer Settings` tab, the tooltip under `Error Retry Interval` is duplicated from the `Error Retry Counter` entry. Probably the...

After installing to my raspberry pi using the instructions in the README, the grafana container seems to get stuck in a restart loop. Running `docker ps` gives this: ``` CONTAINER...

bug

I updated the dependencies, most notably Vite to version 5. I also reviewed how Vite was being configured and fixed development builds being used in production. I also fixed several...

I ran `rustup show` and noticed that its output is in the order: installed toolchains -> installed targets for active toolchain -> active toolchain I thought it would make sense...

After the [tick-awareness was added](https://github.com/aduros/wasm4/pull/705) recently, I took the opportunity to review the APU code, and found various issues I could fix. The biggest changes are that now tone() calls...

### What is the issue with the HTML Standard? The [timer initialisation steps](https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timer-initialisation-steps) have a bug related to how timers that have been cancelled are represented, and how new timer...

topic: timing

### What is the issue with the HTML Standard? None of Chrome, Firefox or Safari match the [timer initialization steps](https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timer-initialisation-steps). In particular, the amount of nesting that is required before...

topic: timing

This patch makes update timing more regular in various environments, including when the browser window is in the background. This allows audio and netplay to continue if the user e.g....