White Rabbit
White Rabbit
@CommanderTvis answering your question
> @akuleshov7 could you please resolve the conflicts? sure, but let's wait until the release of 1.2.2 release - we have added small mechanism to merge reports as @CommanderTvis requested....
We should also polish `pretty-print` under this issue. Good basis before supporting a serialization
@antekone hello! It looks like you are using decoding a little bit incorrectly. In TOML `coins.bitcoin` is the same to the following table: ``` [coins] [coins.bitcoin] key = value ```...
Got it, TOML spec actually should not support flexible dynamic tables (has stable schema). But it should be easy to support it in KTOML, as kotlinx supports that. Let me...
Hi, this is an awesome feedback, wow! As I am trying to make everything as fast as possible - there are some issues that you have mentioned. I guess I...
The only problem is with okio - I would really like people to have a simple method for reading Toml from file (as Toml is mostly used as a config),...
✅ I have added diktat and detekt to the project and fixed all style-related issues. ✅ Updated names of API methods to `deserializeToml`, etc. Made these methods as String extension...
@Olivki yes, I renamed that class :)
@edrd-f @Olivki I can make the code look more close to kotlinx, what do you think about such API: - I will move file reading utils to a separate module...