There's a nice little easter egg on @letterboxd's page for the awesome Everything Everywhere All at Once movie.
But you can only see it when you've seen the movie! 😅
There's a nice little easter egg on @letterboxd's page for the awesome Everything Everywhere All at Once movie.
But you can only see it when you've seen the movie! 😅
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 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…
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