It's only when I have to chose only some of them for a trip, that I remember I have probably too many photography lenses… 😅
BTW, these are @field_made stickers, very nice!
It's only when I have to chose only some of them for a trip, that I remember I have probably too many photography lenses… 😅
BTW, these are @field_made stickers, very nice!
The Ad Hoc Accessibility Beyond Compliance Playbook
We see accessibility as a duty in our mission to better serve people. We believe in the social model of disability […], which means we hold responsibility to ensure our products and services do not create or contribute to systemic barriers, derogatory attitudes, or social exclusion.
To have different builds for #Cloudflare Pages previews, I found if-env
and the CF_PAGES_BRANCH
variable:
{
"scripts": {
"build": "if-env CF_PAGES_BRANCH=main && npm run main || npm run preview"
}
}
Orange Digital Accessibility
Some personas - Orange digital accessibility guidelines
situations of digital disabilities aren’t inevitable, we can all act to avoid them. Are you a creator of communication media? Are you participating in the development of a web project or a mobile application? Do you use social networks? You can act! Thanks to this set of personae, you will discover the issues related to the different deficiencies and that are easy to deploy.
If Puppeteer fills your hard drive with many copies of Chromium, you can
puppeteer-core
insteadpuppeteer_skip_chromium_download=true
to your .npmrc
and also set puppeteer_executable_path
with Chrome path
If you want to run a #GitHub Action after a #Cloudflare Pages build is done, you can use @WalshyDev's Action: https://github.com/marketplace/actions/cloudflare-pages-await
I hope Cloudflare Pages will get triggers like #Netlify: https://docs.netlify.com/functions/trigger-on-events/
Some tools transform URLs into links, but if the URL was inside parentheses, the link href
sometimes contains the closing )
, so the user gets a 404 error… 🤦♂️
Fix this on #Cloudflare Pages with a _redirect
file:
/*) /:splat 301
Looks like some people now see my site on #Cloudflare:
I wonder how, as I switched the DNS yesterday evening, and all DNS checks still show propagation has not started yet:
Once again, I had a rough idea of the location where I took this photo 8 years ago, near The Devil's Staircase in Scotland, but I couldn't remember precisely where:
Less than an hour later, "driving" the A82 on Google Maps Street View, I found it!
I use my own site's search every day, mostly because the links I put here are useful very often. 🤩
For example, multiple resources about layout shifts (aka CLS in Core Web Vitals):
https://nicolas-hoizey.com/archives/?query=layout shift
Filter by year and month to see more archives.