Results 21 comments of Albie

I made a sort of fix by finding the code in server.js (line 538) and removed the multipliers. As far as I know it is working much better.

this needs to have a higher priority - i managed to slide straight through the loading screen when on a public network with a login screen

it looks like the issue with the dns is to do with windows 11 having 2 caveats: 1. the dns reloader is not the same as the windows 7/8/10 one...

the dns reloader has been patched but the server being ignored is still an issue. There's an issue on the windows feedback hub but who knows if it ever gets...

for now, as there has been no activity on msft's end, the DNS tab will probably be hidden from the next update, so people don't get angry when it doesn't...

this could be helpful when adding the feature. It'll retrieve a list of processes onionfruit will need to kill to delete the diagnostic files https://stackoverflow.com/a/20623311/12267879

It'd be really good if it could respond to native keys, eg `f8` to play/pause on a Mac keyboard or `f10` on HP devices. For this I think it would...

In that case, a playlist toggle and seek ones would be useful, as play pause is already added (to some extent). Also I don’t think it provides the os with...

This is mostly to do with the TextBlock/Label components not being focusable that causes this issue. From a quick test, all telerik components actually work without any changes needed. I...

I've installed gdb inside the redis-stack container following the [official guide](https://redis.io/docs/reference/debugging/) and ran the redis-server executable: ``` root@a718a22c1c97:/var/log# gdb -ex=r --args redis-server GNU gdb (Ubuntu 9.2-0ubuntu1~20.04.1) 9.2 Reading symbols from...