Lenoch

Results 30 comments of Lenoch

Hey :) Maybe you should have asked me before you started all this work, but it's awesome that you were able to pull this off so quickly, so whatever. I...

I’ve merged your code into a new branch named `linux-compatibility` (co-authored with you). 64d0334 Thanks for your contributions! This branch will serve as the basis for Linux support while keeping...

Here is the table to track the progress of Linux compatibility for the buttons and their functionality: | Category | Command | Not Supported | Planned | In Progress |...

Hey, I didn't have these problems with libraries like liblzma or libxau, I recently created a VM to work on the linux port and I don't remember having to do...

hey, it's already a thing :) https://rinnegatamante.itch.io/nyan-cat-lost-in-space-vita

check if your device is on the same network as your computer and that the software has permissions to open a local port, you can right click on the tray...

Maybe try changing the port in the configuration file otherwise I don't know. This kind of problem is complicated to fix as I don't have access to your exact network...

The qr code should always be right, even when the local network is poorly configured the qr code shows an ip that can be reached. ```py # get_local_ip.py def get_local_ip():...

in the next version of webdeck (2.0.0) you will be able to select the ip address in the configuration directly to fix this kind of issues, in latest version (1.8.7)...

It is possible to put the host in the config, but it is unfortunately no longer used in version 1.8.7 and will be reintroduced https://github.com/Lenochxd/WebDeck/blob/6ef3cfbcec0ab6eb154089638828fe2ea7c517c4/main_server.py#L2817-L2818 At the moment it is...