Vladislav
Vladislav
### Have you read the whole documentation? - [X] I've read [the docs](https://github.com/iamolegga/create-nestjs-middleware-module/blob/master/README.md) ### Is there an existing issue for this? - [X] I have searched the existing issues ###...
Rewrite query builders with declarative typeorm methods
I have a trouble with mobile slider, i want slide to be 100% width, but it sets huge width in px. https://imgur.com/My8QBJL also if i scroll to right, i will...
Is it possible to install to nuxt? I have tried to install, but im getting error ``` Unknown custom element: - did you register the component correctly? ``` Repro: https://codesandbox.io/s/muddy-pond-v60mj?file=/pages/index.vue...
## Documentation Issue ### What was unclear or otherwise insufficient? Documentation for javascript is extremely short and ends with basic cases ### Recommended Fix Add more examples of usage for...
Im using nuxt ```js nuxt.config.js { src: '~/plugins/sticky.js', ssr: false } ``` ```js sticky.js import Vue from 'vue import Sticky from 'vue-sticky-directive Vue.use(Sticky) ``` and i'm getting that.  What...
### Environment - Operating System: `Darwin` - Node Version: `v14.20.0` - Nuxt Version: `3.1.2` - Nitro Version: `2.1.2` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `runtimeConfig`, `app`,...
### 🔗 Linked issue #18849 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [x] 🐞 Bug fix (a non-breaking change that...
### Environment No need ### Reproduction No need ### Describe the bug `vite` allows to set sourcemap to `boolean | 'inline' | 'hidden'` https://vitejs.dev/config/build-options.html#build-sourcemap But in `nuxt.config.ts` it is possible...
Is there a way to install locally rather than globally? I really treat bundle size of application. And it would be great if there a way to register locally in...