# wrangler (blogs) — RSS Amplifier

Recent posts from the 3 feeds in the RSS Amplifier directory that cover wrangler.

Page: <https://rssamplifier.com/topics/wrangler/blogs>  
Feed: <https://rssamplifier.com/topics/wrangler/blogs.md>

---

## [Fix Astro 7 Stripping Safari CSS Prefixes](https://loke.dev/blog/fix-astro-7-safari-css-prefixes)

_2026-08-13 · hello@loke.dev (Loke) · Loke.dev_

Restore Safari-required CSS prefixes in Astro 7 static builds by setting an explicit Vite cssTarget, then verify the generated production CSS.

## [Fix pnpm 12 Security Scanners Missing Project Dependencies](https://loke.dev/blog/fix-pnpm-12-security-scanners-missing-dependencies)

_2026-08-12 · hello@loke.dev (Loke) · Loke.dev_

Detect pnpm 12 multi-document lockfiles, verify security scanners and SBOMs, and avoid false clean results during the release-candidate upgrade.

## [Fix pnpm 11 deploy Shipping Workspace Source Symlinks](https://loke.dev/blog/fix-pnpm-11-deploy-workspace-source-symlinks)

_2026-08-11 · hello@loke.dev (Loke) · Loke.dev_

Detect pnpm 11.19 to 11.21 deploy artifacts that link back into a monorepo, pin the verified last-good release, and keep Docker images portable.

## [Fix Astro 7.2 Incremental Builds Not Restoring Pages](https://loke.dev/blog/fix-astro-7-2-incremental-build-fonts-cache)

_2026-08-10 · hello@loke.dev (Loke) · Loke.dev_

Find why Astro 7.2 re-renders unchanged pages when the Fonts API is enabled, verify the dependency hash, and choose a safe temporary workaround.

## [Fix npm Audit Flagging undici Through Wrangler and Miniflare](https://loke.dev/blog/fix-wrangler-miniflare-undici-npm-audit)

_2026-08-09 · hello@loke.dev (Loke) · Loke.dev_

Upgrade the Wrangler dependency chain that pinned undici 7.28.0, verify Miniflare resolves 7.29.0, and keep CI audit gates meaningful.

## [Fix Tailwind Container Query Layout Bugs in Real Components](https://loke.dev/blog/fix-tailwind-container-query-layout-bugs)

_2026-08-07 · hello@loke.dev (Loke) · Loke.dev_

Understand why a Tailwind container query does nothing or changes the wrong card, then fix the container boundary, query name, and responsive fallback.

## [Fix Slow Next.js Server Actions and Data Fetching](https://loke.dev/blog/fix-slow-nextjs-server-actions-data-fetching)

_2026-08-07 · hello@loke.dev (Loke) · Loke.dev_

Find why a Next.js App Router page or Server Action feels slow, then fix waterfalls, duplicate queries, uncached fetches, and slow post-action refreshes.

## [Fix Next.js Hydration Errors in Production Without Guessing](https://loke.dev/blog/fix-nextjs-hydration-errors-production)

_2026-08-07 · hello@loke.dev (Loke) · Loke.dev_

A practical way to find the first server and browser difference behind a Next.js hydration error, with fixes for dates, browser APIs, HTML nesting, and extensions.

## [Fix Next.js 16.3 standalone output failing on Vercel](https://loke.dev/blog/fix-nextjs-16-3-next-server-nft-enoent-vercel)

_2026-08-06 · hello@loke.dev (Loke) · Loke.dev_

A hands-on fix for the Next.js 16.3 ENOENT trace-file error on Vercel, with checks for Docker and self-hosted standalone builds.

## [Fix pnpm ERR\_PNPM\_AUDIT\_BAD\_RESPONSE HTTP 410](https://loke.dev/blog/fix-pnpm-audit-bad-response-http-410)

_2026-08-05 · hello@loke.dev (Loke) · Loke.dev_

Fix pnpm audit's HTTP 410 failure by moving from pnpm 10 to v11's bulk advisory endpoint, then migrate ignored advisories safely.

## [Earn crypto for idle GPUs (Sponsored)](https://crawlproof.com/a/HfNsm7j5cQ7F)

_2026-08-04 · **Sponsored**_

Run one CLI, host Qwen/Llama/Mistral, and earn BTC, ETH, SOL, or USDC

## [Fix pnpm “Cannot Use 'in' Operator” in GitHub Actions](https://loke.dev/blog/fix-pnpm-integrity-undefined-github-actions)

_2026-08-04 · hello@loke.dev (Loke) · Loke.dev_

Fix pnpm's integrity undefined crash in GitHub Actions by replacing broken 11.12.0, pinning one version, and updating the setup step safely.

## [Next.js 16 “Module Factory Is Not Available”: Diagnose Turbopack HMR](https://loke.dev/blog/nextjs-module-factory-not-available-turbopack-hmr)

_2026-08-03 · hello@loke.dev (Loke) · Loke.dev_

Identify the Cache Components and lazy-loading Turbopack HMR regression, isolate it with Webpack, and validate production separately.

## [GPT-5.6 Sol vs Terra vs Luna: Which Model Should You Use?](https://loke.dev/blog/gpt-5-6-sol-vs-terra-vs-luna)

_2026-08-02 · hello@loke.dev (Loke) · Loke.dev_

Compare GPT-5.6 Sol, Terra, and Luna for coding, agents, high-volume API work, context limits, reasoning controls, and current pricing.

## [Run TypeScript 7 Without Breaking typescript-eslint](https://loke.dev/blog/typescript-7-typescript-eslint-side-by-side)

_2026-08-02 · hello@loke.dev (Loke) · Loke.dev_

Fix TypeScript 7 ESLint peer conflicts and Cjs crashes by running TypeScript 7 beside the TypeScript 6 compatibility API, with a verified npm setup.

## [Next.js npm Audit Flags sharp: Test the Override on Vercel](https://loke.dev/blog/nextjs-sharp-vulnerability-audit-vercel-override)

_2026-08-01 · hello@loke.dev (Loke) · Loke.dev_

Triage the sharp advisory in Next.js 16.2, apply a package-manager override carefully, and test the real image path before deploying on Vercel.

## [Fix Missing Cloudflare Workers Types After the v5 Upgrade](https://loke.dev/blog/fix-cloudflare-workers-types-v5-dated-entrypoints)

_2026-07-30 · hello@loke.dev (Loke) · Loke.dev_

Fix missing dated Cloudflare Workers type entrypoints after v5, migrate app types to wrangler types, and keep generated declarations current in CI.

## [Node 20 Is EOL: Find Every Runtime Pin Before a Failed Deploy](https://loke.dev/blog/node-20-eol-find-runtime-pins)

_2026-07-28 · hello@loke.dev (Loke) · Loke.dev_

Node 20 is EOL. Audit package metadata, CI, Docker, and host settings, choose a supported target, then verify every runtime pin before a deploy fails.

## [Compare Preview and Production Before You Merge](https://loke.dev/blog/compare-preview-production-before-merge)

_2026-07-25 · hello@loke.dev (Loke) · Loke.dev_

Catch preview deployment drift in status codes, redirects, headers, cookie attributes, canonical URLs, and robots metadata before production.

## [Run Multiple Cloudflare Workers Locally With One Safe Plan](https://loke.dev/blog/run-multiple-cloudflare-workers-locally)

_2026-07-25 · hello@loke.dev (Loke) · Loke.dev_

Resolve Wrangler environments, service bindings, and remote resources before starting a multi-Worker stack, then launch it in dependency order.

## [Lint wrangler.jsonc in GitHub Actions Before You Deploy](https://loke.dev/blog/lint-wrangler-jsonc-github-actions)

_2026-07-25 · hello@loke.dev (Loke) · Loke.dev_

Run Cloudflare Workers config checks in GitHub Actions, annotate exact Wrangler lines, scan monorepos, and upload SARIF when you need it.

## [Privacy-first AI-native browser (Sponsored)](https://crawlproof.com/a/qetJztnKRE7t)

_2026-07-24 · **Sponsored**_

No telemetry or ads — built on Ungoogled Chromium with a built-in AI sidebar and CLI.

## [Diary of an Agentic Wrangler (part 5)](https://blog.softwhere.org/2026/06/21/diary-of-an-agentic-wrangler-part-5/)

_2026-06-21 · Rich Sharples · Rich Sharples&#039; Weblog_

The next big feature is integrated the PullBook App with the Half Decent scale so I can completely automate the pull a shot workflow in the app but due to a shipping delay from Hong Kong all I have is a rough implementation and a simulator as shown below : Status report I gave Continue reading Diary of an Agentic Wrangler (part 5)

## [Diary of an Agentic Wrangler (part 4)](https://blog.softwhere.org/2026/06/13/diary-of-an-agentic-wrangler-part-4/)

_2026-06-13 · Rich Sharples · Rich Sharples&#039; Weblog_

On these pages, I m keeping notes of my experimentation with new AI based software development tools. My goal is to understand for myself whether tools like Claude and Codex are ready for developing commercial software. Low code and zero-code tools have been around for a decade or so this is not the same. Vibe Continue reading Diary of an Agentic Wrangler (part 4)

## [Diary of an agentic wrangler (Part 3)](https://blog.softwhere.org/2026/06/10/diary-of-an-agentic-wrangler-part-3/)

_2026-06-10 · Rich Sharples · Rich Sharples&#039; Weblog_

FWIW my day job is running a largish (28 people) Product and Design team for Cellebrite. Cellebrite has nothing to do with Espresso though some of the offices do have decent machines. I ve been leading product teams for over 20 years and that background is driving how I develop software with Claude. For Continue reading Diary of an agentic wrangler (Part 3)

## [9Bar &#8211; your espresso co-pilot](https://blog.softwhere.org/2026/06/06/9bar-your-espresso-co-pilot/)

_2026-06-07 · Rich Sharples · Rich Sharples&#039; Weblog_

At the start of the year I re-started my home espresso obsession having grown dissatisfied with the declining quality of Nespresso pods. This isn t my first foray into home espresso and I ve owned a range of machines over the years. I bought my self the entry level but pretty dependable Breville BES840XL and a one Continue reading 9Bar your espresso co-pilot

## [Diary of an agentic wrangler (Part 2)](https://blog.softwhere.org/2026/06/04/diary-of-an-agentic-wrangler-part-2/)

_2026-06-05 · Rich Sharples · Rich Sharples&#039; Weblog_

OK a bit more agent wrangling on the two apps. over the weekend. Just a reminder : there s a semi-serious app for producing 508 Compliance VPATs (A11yBot) and my lifestyle project 9Bar which is basically an Espresso co-pilot / log book. For both projects I needed an easier way for people other than yours Continue reading Diary of an agentic wrangler (Part 2)

## [Casual Coding with Claude (Part 1)](https://blog.softwhere.org/2026/05/31/casual-coding-with-claude-part-1/)

_2026-06-01 · Rich Sharples · Rich Sharples&#039; Weblog_

The Casual Coder This was cross posted from Linked. Although I haven’t been a full-time developer for well over 25 years, most of my career in product leadership has been in support of people building, deploying, and managing software systems, so I’ve always maintained a close interest in the art and science of software. With Continue reading Casual Coding with Claude (Part 1)

## [GAP C&#038;O Trip &#8211; Day 5 -Harpers Ferry to Georgetown](https://blog.softwhere.org/2025/10/12/gap-co-trip-day-4-harpers-ferry-to-georgetown/)

_2025-10-12 · Rich Sharples · Rich Sharples&#039; Weblog_

After very convenient coffee and breakfast across the road from our hotel, we packed up our wet gear, loaded up on snacks and water and loaded up the minivan of the hotel manager who offered to ferry us back to the C O to avoid the sktchy road detour. FWIW you can get six people Continue reading GAP C O Trip Day 5 -Harpers Ferry to Georgetown

## [GAP C&#038;O Trip &#8211; Day 4 &#8211; Hancock to Harpers Ferry](https://blog.softwhere.org/2025/10/12/gap-co-trip-day-4-hancock-to-harpers-ferry/)

_2025-10-12 · Rich Sharples · Rich Sharples&#039; Weblog_

We ate left-over pizza for breakfast as nothing else was open. Stopped in Williamsport to find a bike shop, coffee and food. Bike shop was closed but we found a decent little cafe and loaded up on carbs and caffeine. The weather forecast wasn t looking good and we wanted to get to Harper s Ferry before Continue reading GAP C O Trip Day 4 Hancock to Harpers Ferry

## [GAP C&#038;O Trip &#8211; Day 3 &#8211; Frostburg to Hancock](https://blog.softwhere.org/2025/10/12/gap-co-trip-day-4-frostburg-to-hancock/)

_2025-10-12 · Rich Sharples · Rich Sharples&#039; Weblog_

Did a quick recce into town to find some decent coffee (Clatter Cafe) and warm up the aching legs it seems that every road in Frostburg us uphill in both directions. A hearty breakfast and a chat with the owner of the Allegheny Trail House about the trail ahead of us. Then re-packing, a Continue reading GAP C O Trip Day 3 Frostburg to Hancock

## [GAP C&#038;O Trip &#8211; Day 2 &#8211; Connellsville to Frostburg](https://blog.softwhere.org/2025/10/12/gap-co-trip-day-2-connellsville-to-frostburg/)

_2025-10-12 · Rich Sharples · Rich Sharples&#039; Weblog_

Despite drawing the short straw and sleeping on the couch, I had a pretty decent night s sleep. Note trying to find AirBnBs for 5 people is more challenging that you d think. After coffee at the eclectic Crawford Coffee followed by a decent breakfast in the Valley Dairy we packed up and got back on Continue reading GAP C O Trip Day 2 Connellsville to Frostburg

## [Follow Releases, Get Reminders (Sponsored)](https://crawlproof.com/a/up6cxFwGoiIf)

_2025-10-12 · **Sponsored**_

Follow a genre or a name and receive reminders on release day — free.

## [Run Express.js on Cloudflare Workers](https://jross.me/run-express-js-on-cloudflare-workers/)

_2025-08-05 · James Ross · James Ross_

Learn how to run express.js natively on Cloudflare Workers, with improved Node.js compatibility.

## [Compressing assets with Zstandard and Webpack](https://jross.me/compressing-assets-with-zstandard-and-webpack/)

_2025-01-04 · James Ross · James Ross_

Learn how to build compressed zstandard (zstd) assets with webpack and CompressionWebpackPlugin.

