this post was submitted on 12 Nov 2023
818 points (97.4% liked)

Programmer Humor

19213 readers
1414 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] learningduck@programming.dev 3 points 10 months ago (1 children)

I learned the hard way that no is false in yaml. Took us a while to realize why our app failed to start in Norway. Too many ways to do something.

[–] topinambour_rex@lemmy.world 1 points 10 months ago (1 children)
[–] learningduck@programming.dev 1 points 10 months ago

Yup. Have to ensure that you use "no" if you don't want yaml to equate it to false.