Rednas
Rednas
I really liked the cli wizard in nuxt2.  Will it return in nuxt3 at some point?
### Describe the feature Would be cool if support could be added for an optional synchronization mechanism to support offline usage of external storage. Something like ``` const user =...
I really like the way how excel sheets are converted to json. Is it also possible to keep the formatting of the uploaded excel sheet when downloading the json to...
Is it possible to read columns instead of rows for the json format? Uploaded excel sheet (with transposed rows):  Converted json (expecting rows instead of columns): 
I am working on a standalone project without an internet connection. Can you also add support for setting up the authentication locally? For now I can use auth0 but it's...
Tried: ``` ```
**Description** No native support for array (only table?) **Proposed solution** A new type for editing array's (for example 'array' or 'list') ``` apple banana ``` OR: `['apple', 'banana'] // JSON...
Writing tests can be time consuming and may also not be very accessible or very easy to understand for everyone. **Something like**  **Advantages** - Everything in 1 file (code,...
### Reproduction https://formkit.link/11fdabf047e7c0ae953929f4217fdd6b ### Describe the bug **Expected result** Similar to `Standalone Toggle` when off-value=`false` and on-value=`true` ``` { "pizza_toppings": { Pepperoni: true, Sausage: true, Mushroom: false, Olives: false, }...
### Reproduction na ### Describe the bug **Something like** `` **Similar to the repeater**  ### Environment ``` ------------------------------ - Operating System: Windows_NT - Node Version: v20.12.2 - Nuxt Version:...