Drexel2k
Drexel2k
Hello, I really appreciate the work you put is in this project. I am currently building an Internetradio on Raspberry basis, for which I also wanted spotify integration. Therefore I...
**Description** Hello, when I configure spotifyd as a system service on a Raspberry Pi as described here: https://docs.spotifyd.rs/config/services/Systemd.html with ``` sudo systemctl enable spotifyd.service --now ``` I can't get it...
Maybe you could add a comment, that the Path key is ignored on startup, when you execute the file manually it works. This is critical for apps which rely on...
Hello, when running the register example on boot as user service, it usually panics with the error messaage: `Result::unwrap()' on an 'Err' value: DnsSdError(Os { code: 19, kind: Uncategorized, message:...
I wanted to contribute to this project and it took me some time to get the development setup/IDE running as I am not so experienced in app development. I want...
Hey! I have a combined line/bar chart with a variable with TimeScale-scale and I configure the TimeScale with given ticks and min and max values. The reason is that I...
Hey! When you define a startAngle and and endAngle on the PolarCoord, so that you dont't get a full circle for the chart, then the chart drawing needs less space,...
Hello, thank you for this great project, I appreciate it very much. I like the approach with the grammar of graphics, it took me some time to understand, but it...