@ClaudeDevs@bcherny The Claude chat (browser) doesn't load if it contains >10 multi page PDFs. I just see a Claude logo and nothing else. Is this a known issue for chats with good no of images? Before last prompt, there were fewer images and it worked.
@bcherny Is /batch different from "Hey, perform these 4 prs reviews in parallel using git worktree"? Or it will become "/batch review these 4 prs in ".
@kentcdodds is unit testing for react component still relevant as RTL suggests integration testing? I'm always confused b/w the unit /integration test boundary.
Should we do add UT for reducers/hooks/helpers, integration test for components and no tests for wrappers like redux?