David Crook
David Crook
I was able to install `maestral` on Windows11 WSL2 (Ubuntu, wslg) and even configure with qt GUI. And the sync daemon runs so appears to not exhibit https://github.com/samschott/maestral/issues/132 However I...
In mosquitto 1.5 on a Pi, I _don´t_ specify a listener on port 1883 in my config (since I instead configure WS, WSS, and TLS). in version `1.4.15` this worked...
still getting this error. i used to have a workaround recipe but seem to have misplaced it ```shell go get -u github.com/moorereason/mdfmt # github.com/moorereason/mdfmt go/src/github.com/moorereason/mdfmt/main.go:64:15: undefined: parser.ReadFrom ```
something like this seems to have worked ```shell GO111MODULE=on go get -v github.com/moorereason/mdfmt ``` go version go1.12.10 linux/amd64
I am not sure whether it was ever added here. Perhaps you could adapted the system service file from `shairport-sync_web.service`: https://github.com/idcrook/shairport-sync-mqtt-display/blob/fb28e34ef5e7769d553bef34b48abadcb5f0a72c/python-flask-socketio-server/etc/shairport-sync_web.service
the systemd services are very sophisticated and definitely can be configured to restart on crash. Google search and experimentation are your friends here, as I am not an expert on...
It supports breakpoints for particular devices/sizes. you could adjust the breakpoints in the CSS for your devices
a related concept is to scale the viewport in an iframe for specific size settings, as this can work without adjusting CSS and layout, but it may not be sufficient...