Rednas
Rednas
### Describe the request Can you also add support for a cli wizard? **Something like** Create arduino project ? Project name: blink ? Project template: blink ? Board type: Arduino...
### Describe the request Can you also add support for live changes on save to automaticly upload the program? Something like https://nodemon.io/ or https://www.npmjs.com/package/tsc-watch ### Describe the current behavior After...
### Describe the bug Destructed keys from `useMagicKeys()` can be undefined ``` const { ArrowUp, ArrowDown } = useMagicKeys() // Returned as reactive boolean | undefined watch(ArrowUp, () => select("prev"))...
### Environment ------------------------------ - Operating System: Windows_NT - Node Version: v22.14.0 - Nuxt Version: 3.16.0 - CLI Version: 3.22.5 - Nitro Version: 2.11.5 - Package Manager: [email protected] - Builder: -...
### Problem Not able to get all the content in a collection or from multiple collections at once. ### Possible solution ``` await queryCollection('blog') // Returns all the content from...
### Problem Not able to run supabase locally outside of the box after installing the module. ### Describe the solution you'd like Run [supabase init](https://supabase.com/docs/reference/cli/usage#supabase-init) when adding the module Run...
### Description Just tried with nuxt but it is only able to render the raw data and not the mermaid graph itself There is also a warning in the console...
### Environment ``` ------------------------------ - Operating System: Windows_NT - Node Version: v22.19.0 - Nuxt Version: 4.1.1 - CLI Version: 3.28.0 - Nitro Version: 2.12.5 - Package Manager: deno@deno 2.4.5 (stable,...
Are there any plans (or interest) in expanding h3's ecosystem to support additional communication protocols, or to provide guidance on integrating them? Specifically: **tRPC** To enable fully type-safe RPC communication...