cm0002@lemmy.world to Programmer Humor@programming.dev · 2 years agoErrorsmander.xyzimagemessage-square37linkfedilinkarrow-up1619arrow-down115cross-posted to: programmerhumor@lemmy.ml
arrow-up1604arrow-down1imageErrorsmander.xyzcm0002@lemmy.world to Programmer Humor@programming.dev · 2 years agomessage-square37linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareIm_old@lemmy.worldlinkfedilinkarrow-up10·2 years agoFun fact (not really), when docker-compose throws an error on a yaml file it tells on which line the error is. The problem is that it ignores any commented out line, so you end up guesstimating on which line the error is
minus-squaresynae[he/him]@lemmy.sdf.orglinkfedilinkEnglisharrow-up6·2 years agoEasy solution, no comments! Plus then you have a fun puzzle you can figure out over and over again
minus-squarechellomere@lemmy.worldlinkfedilinkarrow-up5·2 years agoOr, you can at least put comments at the end of lines
Fun fact (not really), when docker-compose throws an error on a yaml file it tells on which line the error is. The problem is that it ignores any commented out line, so you end up guesstimating on which line the error is
Easy solution, no comments! Plus then you have a fun puzzle you can figure out over and over again
Or, you can at least put comments at the end of lines