Results 152 comments of AndreKR

We can actually already do this using the customizable menu feature. Add this to your `/home/pi/.config/KlipperScreen/KlipperScreen.conf` (above the `#~#` section if you have one): ```ini [menu __main resume_queue] name: Resume...

Apparently not. I had to change `-p [::1]:1234:3000` in my `docker run` command to `-p 127.0.0.1:1234:3000` and then use a reverse proxy to accept connections and forward them to `127.0.0.1:1234`....

When browsing a folder, is sort order controlled by the client or by the server? I'd like to have them sorted alphabetically (natural sort ideally), but they are sorted... well,...

Hm, interesting, I can no longer reproduce this, or rather I cannot even resume the queue at all while a print is running, which I guess is the desired behavior?...

I was able to reproduce it again. There was an important step missing from my reproduction instructions, the first print has to be started via the queue for the problem...

> Have you also tried to set the channel again after scanning is done? I *think* I did, but since I didn't include it in the minimal example, I will...

> Nope. As a matter of fact, ESP-NOW does work perfectly fine using the AP interface. Ah yes, it works with AP, too. It just doesn't work without setting a...

I'm not sure it's the same issue, but I think I'm seeing this as well. I'm not using any fork, just the normal library version 0.15.0. Strangely when there is...

Oookay, I found something strange. If I initialize like this: ``` OTA_Firmware_Update ota; Server_Side_RPC rpc; const std::array apis = { &rpc, &ota }; ThingsBoard tb(mqttClient, MAX_MESSAGE_RECEIVE_SIZE, MAX_MESSAGE_SEND_SIZE, Default_Max_Stack_Size, Default_Max_Response_Size, apis.cbegin(),...

Did you follow [these two steps](https://docs.netbird.io/selfhosted/selfhosted-guide#advanced-running-net-bird-behind-an-existing-reverse-proxy)? > - Add NETBIRD_MGMT_API_PORT to your reverse-proxy TLS-port (default: 443) > - Add NETBIRD_SIGNAL_PORT to your reverse-proxy TLS-port