ZeroOne English articles, page 9

GitHub Actions Artifacts Missing Dotfiles? Use include-hidden-files Safely
2026-08-07
DevOps
Fix missing dotfiles in GitHub Actions artifacts: inspect the staging directory, opt into hidden files only when safe, and fail loudly when outputs are absent.
718 words
|
4 minutes
Cover Image of the Post
n8n 2.33.7 Stable vs 2.34.4 Beta: Safe Self-Hosted Upgrade Checks
2026-08-07
DevOps
Compare n8n 2.33.7 stable with 2.34.4 beta, then upgrade self-hosted instances with pinned images, backups, component checks, and rollback.
984 words
|
5 minutes
Cover Image of the Post
Migrate GitLab to GitHub Enterprise Cloud with gh gl2gh
2026-08-06
DevOps
Use GitHub Enterprise Importer to move GitLab repositories to GitHub Enterprise Cloud: inventory projects, stage archives, run a trial, and verify limits.
1455 words
|
7 minutes
Cover Image of the Post
CSS field-sizing: content for Inputs and Textareas (with Fallback)
2026-08-05
Frontend
Use CSS field-sizing: content for auto-growing inputs and textareas; diagnose unsupported browsers, fixed sizes, and overflow with a usable fallback.
1237 words
|
6 minutes
Cover Image of the Post
Cloudflare Workflows Billing: Steps and State Storage
2026-08-04
DevOps
Cloudflare Workflows billing now covers steps and state storage on Workers Paid: audit CPU, requests, retention, and execution paths against actual usage.
1328 words
|
7 minutes
Cover Image of the Post
btop GPU Missing: Check GPU_SUPPORT, Drivers, and Permissions
2026-08-03
Tools
Diagnose missing btop GPU, temperature, or wattage data by checking binary support, vendor libraries, sensors, and non-root access on Linux.
1435 words
|
7 minutes
Cover Image of the Post
GitHub Actions Boolean Input Runs When False? Use the inputs Context
2026-08-02
DevOps
Fix a workflow_dispatch checkbox that runs when false. See why github.event.inputs is a string, when to compare 'true', and how to verify both contexts.
930 words
|
5 minutes
Cover Image of the Post
Dockerize an Astro Static Site: Build dist, Serve It with Caddy
2026-08-01
DevOps
Build and run an Astro static site in Docker with a multi-stage Dockerfile that installs dependencies reproducibly and serves only the generated dist output.
816 words
|
4 minutes
Cover Image of the Post