Skip to content

Development journal

Posts tagged: Debugging

Published notes filed under this topic.

RSS feed
Astro and pnpm

When astro check says a dependency is missing but the real bug is a pnpm override

8 min read

Written by: Jonathan Reis on

How a global vscode-languageserver-protocol override broke @astrojs/check with ERR_PACKAGE_PATH_NOT_EXPORTED, and why removing the override fixed typechecking across Astro sites.

React Native Skia

The rounded border that pushed every Sudoku digit off-center

8 min read

Written by: Jonathan Reis on

A border on an overflow-hidden container silently shifted our Skia board and un-centered every digit. Here is how screenshots, not eyeballs, found the real cause in a React Native game.

React Native release debugging

When versionCode changes but JavaScript does not: a React Native release trap

6 min read

Written by: Jonathan Reis on

A release bug where Google Play installed a new Android versionCode while the React Native JavaScript bundle still reported the old Sentry release.