cm0002@piefed.world to Selfhosted@lemmy.worldEnglish · 10 days agoHomarr - A modern and easy to use dashboard. 30+ integrations. 10K+ icons built in. Authentication out of the box. No YAML, drag and drop configuration.homarr.devexternal-linkmessage-square31fedilinkarrow-up1125arrow-down11
arrow-up1124arrow-down1external-linkHomarr - A modern and easy to use dashboard. 30+ integrations. 10K+ icons built in. Authentication out of the box. No YAML, drag and drop configuration.homarr.devcm0002@piefed.world to Selfhosted@lemmy.worldEnglish · 10 days agomessage-square31fedilink
minus-squaretiramichu@sh.itjust.workslinkfedilinkEnglisharrow-up10arrow-down1·edit-29 days agoMy biggest peeve with JSON when I’m forced to use it as a configuration format is that it doesn’t have any syntactical support for comments. So I can’t even add any notes to the file.
minus-squarelightnegative@lemmy.worldlinkfedilinkEnglisharrow-up3·9 days agoYep this for me too. Thankfully VSCode allows comments in its settings.json / launch.json files but most programs use strict JSON which doesn’t allow comments
minus-squarevinnymac@lemmy.worldlinkfedilinkEnglisharrow-up3arrow-down1·edit-29 days agoYea, this is a deal breaker imo. My code tends to be 10 to 1 comments to lines of code ratio. Configuration even more so. jsonc/json5 exists for this use case, but few tools actually use it, yaml is far more popular
My biggest peeve with JSON when I’m forced to use it as a configuration format is that it doesn’t have any syntactical support for comments.
So I can’t even add any notes to the file.
Yep this for me too. Thankfully VSCode allows comments in its settings.json / launch.json files but most programs use strict JSON which doesn’t allow comments
Yea, this is a deal breaker imo. My code tends to be 10 to 1 comments to lines of code ratio. Configuration even more so.
jsonc/json5 exists for this use case, but few tools actually use it, yaml is far more popular