Ed Johnson-Williams
Ed Johnson-Williams
Amazing tool. Used it many times. Any chance of offering the option of the `aspect-ratio` property approach along the lines of this article? https://dev.to/deammer/embed-responsive-youtube-videos-in-2021-5dkh ```html .video { aspect-ratio: 16 /...
Fixed some typos. Made some sections read easier by breaking up long sentences into shorter sentences. Made some sentences single lines rather than multiple lines.
I'd like to save data in local storage unless that data is NaN or undefined. Is there a way to do that? I realise this might be a Svelte rather...
fixing various typos
macOS Monterey Version 12.4 MacBook Air (M1, 2020) Script Kit 1.20.5 (Apple silicon) When I use the Kit UI to remove a script, Kit crashes with no logs. I would...
Things like the string to determine which version of Tailwind to use are a bit fragile without some types
It would be great if it was possible to use this to get the nth day of the month. For example, for the 3rd Sunday of the month something like...
This PR changes two instances of `new Buffer()` to use `Buffer.from()` instead Using `new Buffer()` in `src/internal.ts` causes the following deprecation warning. > (node:5153) [DEP0005] DeprecationWarning: Buffer() is deprecated due...