Mike Healy
Mike Healy
This info is based on discoveries using Vite with an app running in Laravel Sail. I needed to call `npm run dev` from my host machine in order for HMR...
This PR replaces the hardcoded "en" value on the HTML attribute with WordPress' `lanaguage_attributes` function. It also removes the maximum viewport scale which can interfere with A11Y and usability for...
### Expected behavior To be able to use 8 character HEX codes (e.g. `#4e607644`) in `.scss` files ### Actual behavior The syntax works during local development (i.e. viewing the site...
The example code contains `maximum-scale=1.0` in the viewport meta tag. This setting isn't good for UX or A11Y for users that need to be able to zoom pages. Although developers...
I use BackWPup on a number of sites with their own IAM user with credentials giving access to a particular bucket path. This has worked for a long time, but...
The release titles in `CHANGELOG.md` reference the release date, but historically have used both `YYYY-MM-DD` and `MM-DD-YYYY`. `MM-DD` or `DD-MM` prefixed formats can be ambiguous as different regions use each....
PHP 8.1 & 8.2 issue some deprecation notices when using Simple Lightbox. This fixes those warnings without changing functionality.
The WSL page (guides/setup-lando-on-windows-with-wsl-2.md) feels a bit unclear to me around the Hyperdrive section. The guide says it's easy and to open a terminal and follow the prompts, but I...