hexcowboy
hexcowboy
[BUG]
The react-hook-form example is no longer valid as the types of `onChange` differ. `onChange` in the input component uses `(newValue: string) => void` https://github.com/guilhermerodz/input-otp/blob/d4aced995b40292cc45bf810ca31d69d23366ca6/packages/input-otp/src/input.tsx#L45-L51 `onChange` form react-hook-form expects `(event: Event)...
Tailwind prettier plugin has a configuration that allows you to sort tailwind classes in specified template literals and function names. https://github.com/tailwindlabs/prettier-plugin-tailwindcss?tab=readme-ov-file#sorting-classes-in-function-calls The idea of this feature would be that auto-complete...
### Description: When trying to invoke a serverless function locally on the `sam local start-api`, I'm seeing this error: `fork/exec /var/task/main: no such file or directory: PathError` ### Steps to...
### What versions & operating system are you using? Wrangler 4.20.5 ### Please provide a link to a minimal reproduction _No response_ ### Describe the Bug Letting my local wrangler...
I noticed a lot of sorted sets sitting around from a few days ago that won't ever be used again.  Is there a way to automatically remove old token...