4koma icon indicating copy to clipboard operation
4koma copied to clipboard

A TOML 1.0 parser library for Kotlin

Results 10 4koma issues
Sort by recently updated
recently updated
newest added

Could you consider publishing the library to maven central as well? We are generally avoiding other repositories and especially in jitpacks case there are situations like it being down down...

Is it possible to work with toml code like this? ``` [libraries] four-koma = { group = "cc.ekblad", name = "4koma", version.ref = "four-koma" } ``` Or should `{ group...

It seems empty values for list and map fields are encoded somewhat inconsistently. ## Details In a top-level class: - An empty list for a nullable list field is *not*...

The Kotlin compiler targets Java 8 by default as this makes it compatible with most existing ecosystems. Is there a good reason to target Java 17 here? I would like...

Hi Anton! 👋🙂 In my current use case, I have a user-edited toml file where I sometimes want to update a specific value programmatically. In this scenario, I would want...

It would be helpful if the `TomlMapper`/`TomlDecoder` could be configured to produce a warning or throw an exception if there are keys in the decoded TOML which are never decoded....

When decoding a TOML file containing a value which is supposed to be quoted (e.g. `key = "value"`) but the quotes are missing (`key = value`), the error message is...

Having a TOML 1.0 compatible library would be great for K/N

It would be useful to add to your "Alternatives" table which of these libraries use reflection. Some do, some don't.

help wanted

KType restricts the work of some Java dynamic proxy frameworks, such as **Retrofit**. Doing so breaks the nature of **Type-safe** and cause the default functionality to not work, but it...

help wanted