Volle

Results 7 comments of Volle

> Not sure what the status of this is, or if it will be supported but I found a quick, dirty, unsupported workaround that's been working for me for the...

Had the same problem. You have to enable sliding sync for element x to be able to connect to your homeserver. see https://github.com/matrix-org/sliding-sync for infos on howto setup sliding sync....

sure, here you go ``` server { listen 80; listen [::]:80; server_name matrix.mydomain.de; return 301 https://$host$request_uri; } server { listen 443 ssl http2; listen [::]:443 ssl http2; # For the...

Sure, that shouldn't be a problem. the topology is very simple: PC (192.168.3.70) [WiFi] AP [WiFI] esp32 (192.168.3.60) [USB] network device running webserver (192.168.4.2) Since the esp32 is using port...

Sounds like a good plan but I have no idea how I could do this. I guess this is no menuconfig switch i can easily toggle?

Ok, thanks for the guidance. I'll try this as soon as I'm able to flash my boards again. (currently they somehow do not want to enter BL mode and i...

Got a similar problem when a user has a name with non ascii characters in it. the line `$sig = str_replace('@NAME@', $INFO['userinfo']['name'] ?? "", $sig);` prints a malformed name in...