Silvio Kunaschk
Silvio Kunaschk
https://github.com/free-audio/clap-helpers/blob/ea88647873d22f8181940729507fee3b2a3db5bf/include/clap/helpers/host-proxy.hxx#L46 If https://github.com/free-audio/clap-saw-demo-imgui is compiled with [clang-cl](https://clang.llvm.org/docs/UsersManual.html#clang-cl) as **Release** build, the following linker error occurs `lld-link: error: undefined symbol: public: void __cdecl clap::helpers::HostProxy::getExtension(struct clap_host_timer_support const *&, char const *)` It...
Hello, just tested RaspAP in a docker container and found the following issue https://github.com/RaspAP/raspap-docker/blob/6d96e851b4b2cb6369d26d2b3e8eac013b440e66/docker-compose.yaml#L18 The default value `RASPAP_WEBGUI_PORT=80` should be `8081`, as the exposed port in https://github.com/RaspAP/raspap-docker/blob/6d96e851b4b2cb6369d26d2b3e8eac013b440e66/Dockerfile#L29 is set to...