Tim B
Tim B
### Description Add rate limits to your Nuxt 3 API routes. ### Repository https://github.com/timb-103/nuxt-rate-limit ### npm https://www.npmjs.com/package/nuxt-rate-limit ### Nuxt Compatibility Nuxt 3
Description Add [Simple CSS](https://github.com/kevquirk/simple.css) by Kev Quirk to your Nuxt 3 project. Repository https://github.com/timb-103/nuxt-simple-css NPM https://www.npmjs.com/package/nuxt-simple-css
When we get the error of uploading an image greater than 5MB, we get a 400 error but it doesn't contain the standard error structure in your library, instead it...
I'm trying to import a JSON file in a vue component, this is how I do it current in a non-module build: `import List from "~/src/json/list.json"` I've tried adding the...
In mongo version 6, they have made breaking changes to `findOneAndUpdate` (https://github.com/mongodb/node-mongodb-native/blob/main/etc/notes/CHANGES_6.0.0.md#findoneandx-family-of-methods-will-now-return-only-the-found-document-or-null-by-default-includeresultmetadata-is-false-by-default). Now, it simply returns the document without any metadata, so in the following `res.value` will be undefined, it...
### Description If we mount a component that has a textarea with autoresize enabled, there's a pretty big shift from the default height to the resized height, which is pretty...
### Description I'd like to be able to add a data attribute to one of the links in the `UDashboardSidebarLinks` component. Is it possible at all? I can't seem to...
### Environment ------------------------------ - Operating System: Windows_NT - Node Version: v18.16.0 - Nuxt Version: 3.11.2 - CLI Version: 3.11.1 - Nitro Version: - - Package Manager: [email protected] - Builder: -...