Drew
Drew
It would be nice if the codebase detected and ignored deleted_at fields.
I was having issues with using Fakefactory to chain related models, i.e. Fakefactory::with('table_one')->with('table_two')->with('table_three')->create('table_four'); Table four was failing foreign key constraints for all of the other tables.
## Summary Completes a comprehensive migration of the entire test suite from Mocha to Vitest, modernizing our testing infrastructure across both the language server and svelte2tsx packages. ## Changes Made...
- Replace sade dependency with Node.js built-in parseArgs from node:util - Update engines requirement to Node.js >= 18.3.0 (when parseArgs was added) - Remove sade and @types/sade dependencies - Implement...
## Description When working with git worktrees for feature development, Claude Code cannot navigate to worktree directories that are siblings to the main repository. This blocks a common development workflow....