Yaiko
Yaiko
### What version of Bun is running? 0.2.1 ### What platform is your computer? Darwin 21.6.0 Darwin Kernel Version 21.6.0: Wed Aug 10 14:28:35 PDT 2022; ### What steps can...
### What version of Bun is running? 0.2.1 ### What platform is your computer? Darwin 21.6.0 Darwin Kernel Version 21.6.0: Wed Aug 10 14:28:35 PDT 2022; ### What steps can...
### Environment - Operating System: `Darwin` - Node Version: `v16.14.0` - Nuxt Version: `3.0.0-rc.14` - Nitro Version: `1.0.0` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `css`, `build`,...
Is there a way to stop parsing each field with an error and return the string error, instead of keep parsing the others rules of the fields and get an...
It would be good a feature like: ` const schema = z.object({ id: z.number().positive().important(), name: z.string().min(5), ... }); ` That would stop/break all the validation if has an error in...
### Environment - Operating System: `Darwin` - Node Version: `v19.6.0` - Nuxt Version: `3.2.2` - Nitro Version: `2.2.1` (in repro 2.2.2) - Package Manager: `[email protected]` - Builder: `vite` - User...
### Describe the feature Related #18833 Sometimes is necessary passing specific functions to client-side from server-side, for example you want to only load specific package when going to a route...
### Environment ------------------------------ - Operating System: `Linux` - Node Version: `v16.14.2` - Nuxt Version: `3.2.2` - Nitro Version: `2.2.3` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `-`...
Very low fps
**Describe the bug** I'm using a self hosted rustdesk-server on my Mac with docker. But when connecting to my remote desktop I barely get 20 fps (max) and an average...
Reading the docs I can't find a section where specifies the possible API error codes, in the examples/references it would be helpful to know what are the possible errors the...