Lucas Duailibe

Results 5 issues of Lucas Duailibe

So, sometimes I don't feel like choosing what I want to listen and just want something random. Since we already have the great `random` plugin, I don't think duplicating features...

feature

Hi there! I've recently started to migrate a relatively big project from Babel to Sucrase and hit a (not so much) blocker. We have a few files that reference `export...

### Description I have some forms that I need to auto submit (i.e. `onChange={() => formRef.current.submit()}`), but can't do it when using the `` component (which offers a nicer UX...

### Reproduction https://stackblitz.com/edit/remix-run-remix-muutqq?file=server.js,app%2Froutes%2F_index.tsx Check `server.js` and `routes/_index.tsx` (there are comments indicating where). ### System Info ```shell System: OS: macOS 13.5.2 CPU: (8) arm64 Apple M1 Memory: 109.50 MB / 8.00...

package:dev
bug:unverified
vite
adapter:express

When it comes to custom validation or transformation, AFAICT, Valibot's `transform()`, `custom()` and `special()` can either validate or transform something but not both. When using zod, one pattern that I've...

enhancement
priority