andi4000

Results 6 comments of andi4000

> I would belive you don't have write permission on the /tmp/snapfifo for the user you are trying to start snapserver as > Are you starting the snapserver as correct...

@badaix that works, thanks! Learned something new today :) For future reader: run following commands to make this setting permanent ```bash echo "fs.protected_fifos = 0" | sudo tee /etc/sysctl.d/snapcast-unprotect-fifo.conf ```...

Well as you can see from the link, some informations are IMO better in text format, e.g. network throughput. Also it looks clean and slick. While you're here, any plan...

Awesome! I occasionally code but nothing serious yet. I looked around into the code, but as I'm faily new to JS and cinnamon applet's API is not very clear, I...

I'm also having this issue on kubernetes setup. It seems that the `302` redirect with `http` location is causing the real resource to fail loading with "CORS Missing Allow Origin"....

Looking at the implementation here: https://github.com/esm-dev/esm.sh/blob/0c43d47346bb7fc944521bf79619297f97610441/server/router.go#L1789-L1803 Our "hack" is to add `CF-Visitor: '{"scheme": "https"}'` header to the request, before forwarding it to the ESM container, so that ESM returns `https`...