Vladislav

Results 11 issues of 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 ###...

question

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

documentation
requires triage

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. ![image](https://user-images.githubusercontent.com/49880862/63045809-c98aac80-bed9-11e9-9c1d-4bacbec97a3f.png) 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`,...

3.x
pending triage

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

enhancement
👉 good first issue
3.x
workaround available
🍰 p2-nice-to-have

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