Hacker News new | ask | show | jobs
by bruth 2442 days ago
> Stop the error!

I know this is rhetorical, but I've been bitten by this enough times so for those who don't know `no` will translate to a boolean false.

3 comments

Am I rhe only one who likes single quotes around literal strings?
yaml is not nice, but just quote every string that is a string and many corner cases go away.
Thanks. I was staring at the snippet wondering. I'm not all that familiar with YAML, so I thought perhaps all the values needed to be quoted rather that just written as is.