A few things I learned during a trying day at work.
- Using emoji in a commit message will fuck up pre-2020 versions of TeamCity and hold up your team’s entire build queue.
- You can amend a commit message. GitHub has a handy guide.
- People like tweets about the frustrations and mistakes of being a developer. Relatable content.
- If you want to use the result of an SCSS function as the value of a CSS custom property, you need to interpolate it like
--heading-size: #{fontSize(large)};
. Otherwise the variable will be set to the uncomputed, raw string you entered. - You can clip a Monstera at the node below an aerial root and leave it in water to propagate.