cm0002@lemmy.world to Programmer Humor@programming.dev · 6 天前Errorsmander.xyzimagemessage-square36fedilinkarrow-up1598arrow-down114
arrow-up1584arrow-down1imageErrorsmander.xyzcm0002@lemmy.world to Programmer Humor@programming.dev · 6 天前message-square36fedilink
minus-squareIm_old@lemmy.worldlinkfedilinkarrow-up9·6 天前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
minus-squaresynae[he/him]@lemmy.sdf.orglinkfedilinkEnglisharrow-up5·6 天前Easy solution, no comments! Plus then you have a fun puzzle you can figure out over and over again
minus-squarechellomere@lemmy.worldlinkfedilinkarrow-up5·5 天前Or, 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