Tagged “automation”
-
TIL prefers-color-scheme automatically css automation
For swapping between light mode and dark mode, you don't need JS. Using the `prefers-color-scheme`, that will automatically run the design code based on the user's preference.
-
TIL unzipping a file in node using zlib node compression automation
Since my application needs to read whatever is inside that '.gz' file, I had to figure out a way to simplify that. That was done with zlib.
-
TIL about AutoHotKey automation gaming
When you're getting annoyed at running the same commands over and over again.
See all tags.