ZeroOne English articles, page 5

GitHub Actions Cache Not Saving: Fix Read-Only Trigger Warnings
2026-08-14
DevOps
Seeing an Actions cache warning on pull requests? Learn why untrusted triggers may be read-only and how to separate safe restores from trusted saves.
995 words
|
5 minutes
Cover Image of the Post
Hreflang No Return Tags: Debug Reciprocal Language Links
2026-08-14
Marketing
Fix hreflang no-return-tag errors by making language links reciprocal, fully qualified, self-referencing, and limited to equivalent localized pages.
952 words
|
5 minutes
Cover Image of the Post
ERR_PNPM_WORKSPACE_PKG_NOT_FOUND: Fix pnpm Workspace Package Errors
2026-08-14
DevOps
Fix ERR_PNPM_WORKSPACE_PKG_NOT_FOUND by aligning package names, workspace globs, and workspace: dependencies in a pnpm monorepo.
998 words
|
5 minutes
Cover Image of the Post
Cloudflare Workers compatibility_date: Safe Upgrade
2026-08-13
DevOps
Update Cloudflare Workers compatibility_date safely: review changed flags, deploy a test version, pin intentional exceptions, and verify runtime behavior.
959 words
|
5 minutes
Cover Image of the Post
Docker Compose depends_on Not Waiting: Add a Healthcheck
2026-08-13
DevOps
Fix Docker Compose startup races by rendering the dependency model, checking health state, and matching service_healthy to a real readiness probe.
912 words
|
5 minutes
Cover Image of the Post
actions/checkout v5: Fix Node 24 Runner Errors Safely
2026-08-13
DevOps
Fix actions/checkout@v5 Node 24 errors by checking runner v2.327.1, then choose v6 or v7 with explicit credential and fork-PR boundaries.
997 words
|
5 minutes
Cover Image of the Post
Pagefind Exclude: data-pagefind-body vs ignore
2026-08-13
Frontend
Learn how to keep Pagefind from indexing pages or sections: choose data-pagefind-body, data-pagefind-ignore, or exclude selectors without losing posts.
739 words
|
4 minutes
Cover Image of the Post
Vite Env Undefined in Production: Fix It at Build Time
2026-08-13
Frontend
Fix Vite environment variables that are undefined after deployment by using import.meta.env, the VITE_ prefix, the right mode, and build-time checks.
982 words
|
5 minutes
Cover Image of the Post