Loïc Stankovic
Loïc Stankovic
Did @alexurquhart stop maintaining this repo?
Any news on this?
An easy solution could just be to remove the playlist from the generated Liquidsoap config. It would still need frequent broadcast restart, but still better than nothing. I don't really...
Same, with system language set tot french and works great when compiled from source.
I tried a bit in my fork, but npm is actually a pain to deal with... And even if it's advised, even [the atom package manager](https://github.com/atom/apm) use the npm module...
I get the same result as @dmfigueroa on coolify v4.0.0-beta.319
The issue is also present on Windows with Visual Studio 2019 (`cl version 19.27.29112`), but newer version of `json.hpp` doesn't fix it. I tried all the releases from `v3.7.0` to...
It turns out it's easily fixable, here's the working code : ```cpp OAuth10Credentials OAuth10Credentials::fromJSON(const ofJson& json) { OAuth10Credentials credentials; auto iter = json.cbegin(); while (iter != json.cend()) { const auto&...
Yeah, why not. This project is a kind of abandoned right now, but I have plenty of self-isolation time to update it!
Yeah I was quite busy, and I'll be until this summer, but I begun to implement a more generic architecture allowing to use "plugins". With this architecture, you'll be able...