Rednas

Results 59 issues of 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/ ![image](https://github.com/user-attachments/assets/b51946bd-ea20-464e-bfb6-d630c38c1454)

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 ```...

enhancement

### 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 ![image](https://github.com/user-attachments/assets/f7e51713-0b5f-4973-b836-2553f40886b1) Tried: * Updating...

🐛 bug
🔴 priority-1

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...

bug
external-issue
to-triage

### 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: - -...

bug
v3
triage

### Description Something like ``` marks: [ { at: "minimum" }, // Display minimum value { at: "actual", label: (value: string) => `Actual value is ${value}` }, // Display actual...

enhancement
v3
triage

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":...