Louis CAD
Louis CAD
@Thomas-Vos Are you able to run Kotlin code on Tizen OS already? 👀
Is there a reason there's no optional `ByteArray` parameter for the `makeByteArrayHash` or a variant of it that just takes a `ByteArray` and returns `Unit` ? It could save a...
To ensure zero ambiguity, I'm talking about using a `ByteArray` parameter to avoid allocation as done here: https://github.com/Kotlin/kotlinx.serialization/blob/a2277b377f2b57ffeb96da559222acb53d3918a4/runtime/jvm/src/main/kotlin/kotlinx/serialization/hashing/MurMur3_128Hasher.kt#L82 I don't know if it's worth it as I lack knowledge about...
It got replaced because the underlying maven coordinates are the same, so there's no issue here.
I don't know, we need Dave to comment here, not on Slack which is more informal.
If there's actually a problem in refreshVersions, we'd need a reproducer that is using refreshVersions 0.40.2, where the bug triggers if we update to 0.50.1
Wouldn't this be obsolete with version references support in versions catalogs?
Mouse selection is cool, but have you tried keyboard selection? Just hold shift and press the up arrow on your keyboard. The fact that both keys, and the available update...
After a bit of research, it's a bit tricky because Gradle doesn't give access to the file locations through a public API. We could probably use reflection for that, but...
I like option 2. Do you know how we can get that id and ensure it is the same across the 3 different plugins that we publish in the first...