Since I have no real way to reach my user base, I thought I'd open an issue here.
Currently, duplicacy-util supports reading configuration files in a large variety of formats due to use of Viper. Viper allows configuration files to be in JSON, TOML, YAML, HCL, or Java properties config files. I've always used YAML, and to be best of my knowledge, I never came across anyone that used something else.
I'm contemplating dumping Viper and just sticking to YAML. The problem is that Viper pulls in the kitchen sink (there's a huge number of dependencies). I think fewer dependencies means fewer code paths, which means smaller images and greater reliability.
But I can only do that if folks are only using YAML configuration files.
Do you use something other than YAML for duplicacy-util configuration files? If so, reply here!
Since I have no real way to reach my user base, I thought I'd open an issue here.
Currently,
duplicacy-utilsupports reading configuration files in a large variety of formats due to use of Viper. Viper allows configuration files to be in JSON, TOML, YAML, HCL, or Java properties config files. I've always used YAML, and to be best of my knowledge, I never came across anyone that used something else.I'm contemplating dumping Viper and just sticking to YAML. The problem is that Viper pulls in the kitchen sink (there's a huge number of dependencies). I think fewer dependencies means fewer code paths, which means smaller images and greater reliability.
But I can only do that if folks are only using YAML configuration files.
Do you use something other than YAML for
duplicacy-utilconfiguration files? If so, reply here!