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.
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.