ZeroOne English articles, page 7

safe-area-inset-bottom Is 0 or Ignored? Fix an iPhone Footer
2026-08-10
Frontend
Diagnose safe-area-inset-bottom returning 0 or failing to move an iPhone footer. Test the computed inset, viewport-fit, padding, and scroll container.
1016 words
|
5 minutes
Cover Image of the Post
Docker Compose Include Relative Paths and env_file: How to Avoid CI Surprises
2026-08-10
DevOps
Fix Docker Compose include path and .env surprises: understand project_directory, env_file, ${PWD}, Compose version requirements, and config verification.
907 words
|
5 minutes
Cover Image of the Post
GitHub Actions Reusable Workflow Secrets Not Passed: A Practical Fix
2026-08-10
DevOps
Fix empty secrets in GitHub Actions reusable workflows by checking direct passing, secrets: inherit, environment precedence, and nested workflow forwarding.
774 words
|
4 minutes
Cover Image of the Post
MCP Stateless HTTP: Migrate Away from Protocol Sessions Safely
2026-08-10
AI
Understand MCP stateless HTTP after 2026-07-28: replace session assumptions with metadata, discovery, explicit app state, and a deliberate legacy fallback.
1078 words
|
5 minutes
Cover Image of the Post
Astro Cloudflare Deploy Creates a SESSION KV Binding: When to Set session: false
2026-08-09
DevOps
Stop an Astro Cloudflare deploy from creating an unexpected SESSION KV namespace: choose session:false, a real binding, or token permissions.
1029 words
|
5 minutes
Cover Image of the Post
scrollIntoView Is Not a Function: Fix NodeList, null, and Framework Refs
2026-08-09
Frontend
Fix “scrollIntoView is not a function” by checking whether your value is an Element, NodeList, null, or framework ref before calling the API.
758 words
|
4 minutes
Cover Image of the Post
Pagefind on GitHub Pages: Fix Missing Search Assets After Deploy
2026-08-09
Frontend
Fix Pagefind assets that work locally but 404 on GitHub Pages by building after Astro, deploying the artifact, and matching the bundle path.
964 words
|
5 minutes
Cover Image of the Post
pnpm root -g Prints a Warning Before the Path: Fix CI Parsers
2026-08-09
DevOps
Fix the pnpm root -g stdout warning that breaks CI parsers, then test pnpm 12 stderr behavior without blindly adopting a release candidate.
790 words
|
4 minutes
Cover Image of the Post