Rednas
Rednas
Perhaps make the `adminApiKey` default for users that run mellisearch locally? Because it only seems to require a single master key See also https://github.com/xlanex6/nuxt-meilisearch/issues/131
This is strange because `useMeiliSearch("movies")` is working without errors. Is perhaps an `adminApiKey` required or is there something else wrong with `$meilisearch` **server/api/search/add/[document].ts** ``` export default defineEventHandler(async (event) => {...
**Something like** https://github.com/tauri-apps/meilisearch-docsearch https://github.com/meilisearch/meilisearch-vue?tab=readme-ov-file#-getting-started-vue-3 https://algolia.nuxtjs.org/advanced/vue-instantsearch/ 
I know this library is designed to call functions from the client, but I have a use case that I also would like to call functions from the server. Problem...
Add support for animate by `id` instead of just by `ref` Something like ``` useAnimate ``` To be also to support svg animations which don't have the `ref` attribute ```...
### Reproduction https://github.com/Rednas83/formkit-app ### Describe the bug v-model is not populated with form data when using `FormKitSchema` Also there are hydration mismatch warnings in the client  Tried: * Updating...
I am just trying supabase but after trying to loging from my nuxt app I get the following error > No 'Access-Control-Allow-Origin' header is present on the requested resource Any...
### Environment - Operating System: Windows_NT - Node Version: v22.14.0 - Nuxt Version: 3.16.2 - CLI Version: 3.24.0 - Nitro Version: 2.11.8 - Package Manager: [email protected] - Builder: - -...
### Description Something like ``` marks: [ { at: "minimum" }, // Display minimum value { at: "actual", label: (value: string) => `Actual value is ${value}` }, // Display actual...
Something like **package.json** ``` "scripts": { "===NUXT===":"Build scripts", "?": "nuxi info", "dev": "nuxt dev", "preview": "nuxt preview", "typecheck": "nuxt typecheck", "clean": "nuxt cleanup", "build": "nuxt build", "generate": "nuxt generate", "prepare":...