cm0002@lemmy.world to Programmer Humor@programming.dev · 3 days agoErrorsmander.xyzimagemessage-square36fedilinkarrow-up1595arrow-down113cross-posted to: programmerhumor@lemmy.ml
arrow-up1582arrow-down1imageErrorsmander.xyzcm0002@lemmy.world to Programmer Humor@programming.dev · 3 days agomessage-square36fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareIm_old@lemmy.worldlinkfedilinkarrow-up9·3 days 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-up5·3 days agoEasy solution, no comments! Plus then you have a fun puzzle you can figure out over and over again
minus-squarechellomere@lemmy.worldlinkfedilinkarrow-up5·3 days 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