Gael Ribes
Gael Ribes
Note that those exists: https://github.com/GlowstoneMC/Glowkit/blob/master/src/main/java/org/bukkit/block/Block.java#L368-L382 It would be simpler to have something like in the `EntityDeathEvent` https://github.com/GlowstoneMC/Glowkit/blob/master/src/main/java/org/bukkit/event/entity/EntityDeathEvent.java#L55-L62
Most of these issues can be fixed by cluttering the source code with a lot of Jackson annotations. For anyone passing by with similar issues, here's how I fixed them:...
> Out of curiosity, is Ktor correctly serializing your data like you'd expect in the JSON schema? I'm not exactly sure what you ask here, but yes, `kotlinx.serialization` works as...
Just updated a project from Koin 3.3.3 to 4.0.4 and encountered this issue: definition overriding used to work when including modules in 3.3.3 but that is not longer the case...
@arnaudgiuliani What could be more precise in the doc? Was the breakage of the "whatever is declared later should override whatever came before" rule when using includes actually intended?
After some trial and error, this is the best workaround I found. I added this at the end of my `build.gradle.kts` file: ```kts // TODO Workaround https://github.com/vinceglb/FileKit/issues/385 configurations.matching { it.name.startsWith("desktop")...