Browsed by
Month: April 2020

Posts

How to set minimum font size in Gmail

How to set minimum font size in Gmail

I’m scared to think I keep using an email client which has so few configurations. I tried to find how to enforce the minimum font size in Gmail but I failed. Apparently there is no such option. Because emails written in font size 12px were too difficult to read on a small laptop screen, I wrote a script that sets the minimum font height.

Read More Read More

Google Analytics – alert when real-time value changes

Google Analytics – alert when real-time value changes

Running a niche web site and want to count every single visitor? I created a script that runs on the Google Analytics report page and alerts with a sound whenever the count of current visitors changes – so when a new person enters your site or leaves it.

Read More Read More

Debugging AVA with VS Code is not that simple

Debugging AVA with VS Code is not that simple

In general, I strongly dislike debugging in Visual Studio Code, because it is a pain in the ass to configure for every project from the beginning, besides it sometimes simply doesn’t work.

One of the worst things to debug are unit tests running in Node.js. They run in weird threads, start with complicated frameworks, and often simply don’t hit breakpoints.

The worst so far was AVA.

Read More Read More