Anton
Anton
i wanted to set up pmx with restify (4.0.3) and i understood i need to include pmx before inclusion of any http related stuff happens. so since i want to...
# System Running on bare-metal - Ubuntu 20.04.4 - Kubernetes v1.24.3 - Containerd 1.6.7 - GPU-Operator v1.11.1 # Setup GPU-Operator is installed with: ``` helm install --wait --debug --generate-name --create-namespace...
Using version 4.0.0 and Feathers 5.0.8 with WebSockets. This is probably due to me using the module wrong, but I have a very simple situation that already does (almost) nothing:...
not really a bug, but also not a feature. just a tiny typo that dependency-ci chokes on all the time... would be great if you could merge this should you...
### Steps to reproduce Not sure if I am using this wrong: - Try GETting a missing record ### Expected behavior - Server returns 404 ### Actual behavior - Server...
### Describe the Improvement We are using Keycloak as an OpenID provider and noticed that when changing a user's name or email in Keycloak, this change does not get reflected...
Not sure if I am doing something fundamentally wrong here, but when I create a single-track playlist like this: ```javascript const player = new RmxAudioPlayer() await player.initialize() await player.setOptions({ verbose:...
I can only build when setting the Kotlin target JVM version to 21 instead of 17. I am not very familiar with this build environment so it might be my...