Chuckame
Chuckame
**What is your use-case and why do you need this feature?** Currently, a decoder is able of retrieving the element index to decode, that is really powerful when we want...
- Closes #63973 - Now able to provide a `selectableDayPredicate` - No breaking change (same behavior as before if not set) - Reuse the same feature as the DatePicker: non-selectable...
**Describe the bug** Since kotlinx.serialization 1.7.0, I'm unable to contribute as all the kotlin standard library is missing the completion, and/or have the standard library missing from the classpath, which...
Sorry for the bad title, it's quite difficult to sum-up 😞 I need to implement the array serialization for avro, but it works differently than usual encodings. A collection (arrays...
# Context I'm currently the maintainer of [avro4k](https://github.com/avro-kotlin/avro4k) and I'm planning to use okio for kicking out java streams and hoping a day to be multiplatform. A lot of apps/libs/frameworks...
# the need Currently, there is no up-to-date or maintained kotlin plug-in that generates kotlin code from an avro schema file. This plug-in would generate kotlin source code compatible with...
Currently, this code produces an error: ``` @Serializable data class Foo( val e: Char, ) Avro.schema(Foo.serializer()) // or Avro.schema(Char.serializer()) // -> Unsupported type kotlin.Char of CHAR ``` # Proposal Generates...
Renaming the `ScalePrecision` annotation to `AvroDecimal` to unify annotations with the same prefix. # Breaking change This is removing the `ScalePrecision` annotation.