Configuring a basic TypeScript composite project
Sometimes I forget the cleanest way to configure a tsconfig composite project with separate tsconfigs for src and test. Here’s the latest template that I us...
Sometimes I forget the cleanest way to configure a tsconfig composite project with separate tsconfigs for src and test. Here’s the latest template that I us...
JavaScript’s proposed pipeline operator has been stuck at stage 1 for a long time, and I’m skeptical it’ll ever be added to the language.
Sometimes a shell helper needs to set variables in your shell session, for example to modify your PATH. An external executable can’t do this, so these funct...
I had a situation where I wanted to ensure an array of keyof T included all keys of that interface. This could be useful in situations where you need to keep...
My company gives us Office 2010, but I have my personal copy of 2019 installed instead. For some reason, Windows Update keeps proposing Office 2010 updates w...