Kyle Holmberg
Kyle Holmberg
Sounds like this ticket can be closed because you can handle it with hooks, no? https://docs.anthropic.com/en/docs/claude-code/hooks#notification-2
I've got two issues: 1. It doesn't look like it's possible to preventDefault from onPressStart since it's not a valid property on the event. 2. I'm expecting users to pass...
I think I see that my post is a bit confusing. The `MyButton` component works in isolation, but if - for example - it's used within a `MenuTrigger`, then the...
Sub-dependencies may also be a concern for me, but the immediate issue is top-level dependencies. Until I overrode `@jsr:registry=`, anything banned by my custom registry (403 responses) would attempt to...
Thank you for updating docs! Regarding your last paragraph: I mean **anything**. If I leave the JSR config value untouched in pnpm v10 every single dependency I try to install...
I believe [email protected] was distributed before JSR even existed. It's banned by my registry, yet installs with the `pnpm@^10` with the setup outlined in my OP. It also 403's (as...
hey @SuperManfred did you try an upgrade to see if anything goes poorly or were you just warded off by the dependency range warning on install? I'm running Next.js 16...
@tmokmss @aj07 use your eyeballs and read the thread.
FWIW, the big reason I use it is because it's an auto-fixable removal of an unused import.