Luca Kellermann

Results 134 comments of Luca Kellermann

I was finally able to receive a different url and test it - seems to work as intended

I also came across this and it doesn't seem to be a problem with the generated visibility modifiers but instead a missing entry in the generated `@kotlin.Metadata` annotation. I'm able...

Another workaround is explicitly specifying the version in the `atomicfu` extension in the non-root project: ```kotlin atomicfu { dependenciesVersion = "0.18.5" } ``` However wouldn't it be possible to fix...

Another (and maybe more stable) option would be including a file with the current version in the plugin jar, see https://discuss.gradle.org/t/how-can-a-custom-gradle-plugin-determine-its-own-version/36761

targetting wasmWasi might be a thing to do in the future though

and wasm can also be run in node iirc, so even adding wasmJs might be possible

`./gradlew apiDump` is missing :)

i'm not very familiar with voice connections, can you explain a bit why this is needed?

you need to run `./gradlew apiDump` and commit the changes to let the tests pass

> Sounds great, as making an exception class for every single json error code might be a bit too much, however we might be able to generate those i don't...