hexcowboy

Results 15 issues of hexcowboy

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

documentation
help wanted
good first issue
urgent

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

stage/needs-triage

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

bug
internal
r2

I noticed a lot of sorted sets sitting around from a few days ago that won't ever be used again. ![Image](https://github.com/user-attachments/assets/8521e2f6-1fcb-48d7-83c6-f142a3e62f09) Is there a way to automatically remove old token...