Paul Woitaschek

Results 195 comments of Paul Woitaschek

From my understanding, an applied `enforcedPlatform` would do it. Besides that, moving the plugin and the java library to the same repository and releasing them with the same version would...

In general, the approach to let users overwrite versions is good. But in the case that you use auto-install, it is error prone and leads to inconsistent versions (which has...

What I don't understand is that the Duration already has it's full pacakge name hardcoded in it's descriptor. I assume that the descriptor names must be unique? https://github.com/Kotlin/kotlinx.serialization/blob/d5bc32dc11d2a8a08c36663b93839d4fe91f4507/core/commonMain/src/kotlinx/serialization/internal/BuiltInSerializers.kt#L16

Thanks for your report. I assume this is only with very specific files? And that after you change the book and change it back again, the position is also wrong?...

@cmelchior Use `#Enum.name()` instead of `toString()` as its final.

+1. This could be archived by [sonic](https://github.com/waywardgeek/sonic-ndk)

Okay, this might be a more serious issue. I.e for 1999 I would return 1.99x, but for 2000 I return 2x. So the measurement is based on that number. And...

You could return what ever you know as the largest value at the initial set, assuming the first call is the measurement call. I didn't test this. ``` java private...

Linking the corresponding PR: https://github.com/immich-app/immich/pull/641