Peter de Kraker
Peter de Kraker
@tagdara Thanks, that change helped me get my Spocon installation working again. I changed the file according to the snippet and then ran a `mvn package`, and the jar is...
Yes, my playlist stops playing every song or so. Logs show SSL verification errors. Indeed same audio4-gm host as in above post. ``` 2023-10-21 21:39:34,146 ERROR Player:395 - Failed retrieving...
The latest release worked without issue on Big Sur M1. Just make sure to give it permission, and possibly allow it in system security settings. I also downloaded the Xcode...
So, I am wondering, is there any news on this? I have manually instrumented my Kotlin Ktor API application, and use a Java Agent to collect all OpenTelemetry data. This...
While migrating from Hibernate, I came across this issue as well. Use DAO with MySQL and it works great, until now I need to use a table with composite primary...
Using latest 0.15.2-6 for myloader.
Hi David, thanks. I'll try to test this weekend to see if it works as expected.
It could also be a option in the gradle config, cause it might not suit everyone. Still it's weird that it silently fails.
Ah weird. It's not explicitly set in my config. I just found out that they result in a error response from the manual api. They are Rust libraries. I already...
Ok, I tested this with a custom version of the 8.0.1 branch. (I only added a log message) ``` private fun uploadSymbols(mappingFile: File) { val sharedObjectName = mappingFile.nameWithoutExtension val requestEndpoint...