plushdohn
plushdohn
### Is your feature request related to a problem? Please describe. Related to #100. In that issue @Atinux said it's not possible with Nuxt 2, but I still couldn't figure...
### What’s the URL to the page you’re sending feedback for? https://tiptap.dev/docs/editor/api/nodes/document ### What part of the documentation needs improvement? The `Document` extension docs are the only ones that mention...
This PR fixes #862 by ensuring classes defined under the `postgres` namespace aren't also available as a named export, but only under the default `postgres.` export. I've tested the change...
The PR that fixed #219 inadvertently seems to have made the `onSubmit` prop in the `Form` component mandatory on every package. Here's a repro with Solid https://stackblitz.com/edit/modular-forms-solid-phgga2?file=src%2Froutes%2Flogin.tsx I was also...
### Environment - Operating System: Darwin - Node Version: v21.2.0 - Nuxt Version: 3.11.2 - CLI Version: 3.11.1 - Nitro Version: 2.9.6 - Package Manager: [email protected] ### Version v2.16.0 ###...
### Environment - Operating System: Darwin - Node Version: v23.4.0 - Nuxt Version: 3.16.1 - CLI Version: 3.23.1 - Nitro Version: 2.11.7 - Package Manager: [email protected] - Builder: - -...
https://standardschema.dev/ Standard Schema is a common interface for validation libraries, that has already been implemented by Zod, Valibot, Effect and many others. It'd be nice if io-ts had support for...
I'm using neverthrow in the context of a full-stack app with typed RPCs. I'd like to be able to handle on the frontend the Result's that the backend returns, except...