Alex Clark

Results 4 issues of Alex Clark

I like to format markdown files and messages to manually wrap text at either 80 or 120 characters. Occasionally I have to do this by hand which is a pain...

Hi, As part of writing a new script I wanted to choose an icon, but there's no way I've found to browse the available ones. So I converted the pdf...

Hello, I noticed what could be a small bug in the Date to UTC script: It doesn't seem to cope well with unix timestamps that are in milliseconds. I've had...

Using the config ```json "nodejs-testing.extensions": [ { "extensions": ["mjs", "cjs", "js"], "parameters": [] }, { "extensions": ["mts", "cts", "ts"], "parameters": ["--import", "tsx"] } ] ``` I can make TypeScript tests...