Francois Dang Ngoc

Results 7 comments of Francois Dang Ngoc

Hi @therb1. This function is part of a class that converts hocon configs to a pretty formatted string. The class `HOCONConverter` should probably be renamed. I like your idea to...

Do we want to keep the quotes? In HOCON, double quotes are optional so after parsing, the quotes are gone. But I can fix the `\=` easily. Thanks.

Hi @alexey-terentiev, I just tried parsing this file in Scala but it doesn't support single quotes. I can implement this feature but it will have a different behavior than the...

Thank you @afanasev for your PR!

Thank you @gabis-precog!

I merged your branch into master. Thanks!