Wats0ns@sh.itjust.works to Selfhosted@lemmy.worldEnglish · 1 year agoWell well 🤨sh.itjust.worksimagemessage-square150fedilinkarrow-up11.59Karrow-down161
arrow-up11.53Karrow-down1imageWell well 🤨sh.itjust.worksWats0ns@sh.itjust.works to Selfhosted@lemmy.worldEnglish · 1 year agomessage-square150fedilink
minus-squaretool@r.rosettast0ned.comlinkfedilinkEnglisharrow-up4·1 year ago docker (while you don’t need it to host things, it makes your life 10x easier) …until you have a single extra space character hiding 20 lines into your compose file and the whole thing falls over the next time you try to bring the containers up. Lint your code and configs every time!
minus-squaremim@lemmy.sdf.orglinkfedilinkEnglisharrow-up2·edit-21 year agoVScode with “format on save” enabled. Literally never had an issue. It’s the editor that finally made me move away from vim
minus-squaretool@r.rosettast0ned.comlinkfedilinkEnglisharrow-up2·1 year agoI’ve been using vscode since it was released and I never knew that was an option. Thank you!
minus-squareOpeth@lemm.eelinkfedilinkEnglisharrow-up1·edit-21 year agoXml wasn’t great but yaml is 2 steps backwards Edit: tfw 3months ago
…until you have a single extra space character hiding 20 lines into your
compose
file and the whole thing falls over the next time you try to bring the containers up.Lint your code and configs every time!
VScode with “format on save” enabled. Literally never had an issue.
It’s the editor that finally made me move away from vim
I’ve been using vscode since it was released and I never knew that was an option. Thank you!
You’re welcome!
Xml wasn’t great but yaml is 2 steps backwards
Edit: tfw 3months ago