White Rabbit

Results 190 comments of White Rabbit
trafficstars

@sanyavertolet Need to add logging for each and every line in ProcessBuilder (with all the information)!

Do not think about selecting between different formats: JSON, TOML or YAML, just use Kotlinx.serialization and plugin-in particular serializer based on personal preferences 😄

Is `options` a valid argument? What structure did you want to implement with that `[ {} ]` ? @MakS1mKa228

> `List` > > data class Option(val name:String, val description: String) In TOML spec it's https://toml.io/en/v1.0.0#array-of-tables ([[options]]) But it is not yet supported in Ktoml...

Decoding fails due to ArrayOfTables https://toml.io/en/v1.0.0#array-of-tables . It has mostly a zero support in our lib. But spacing should be fixed, definitely

Hey, thank you, you are awesome, we had big discussions about kotest https://github.com/akuleshov7/ktoml/issues/123 I will have a look and merge it

> One more thing: I did this PR because I'm participating in the [Hacktoberfest](https://hacktoberfest.com/). I would be grateful if you add "hacktoberfest-accepted" label to this PR to make it count....

Hi! Thank you for your very good question ❤️ Actually by the initial implementation of ktoml we expected to have strict naming schema of the decoded type (where you was...

Hm, and what’s about anonymous maps we released last time? @aSemy

Something like was requested here: https://github.com/akuleshov7/ktoml/issues/234