Eugeny
Eugeny
How i can disable vertical drag. In mobile devices i cant scroll page, cuz script prevent action. Thats a problem, most of users want to drag 360, but they need...
- Distro: Ubuntu 21 - Desktop Gnome - gpu: GTX1070 maxq - display server: Wayland ``` launcher.sh detected... desktop entry detected... cp: невозможно создать обычный файл '/home/root/.local/share/applications/photoshop.desktop': Нет такого файла...
Im using nuxt $cookies for save some data. When some buttons clicked, im updating cookies: ``` updateTickets(ctx) { this.$cookies.set(`payTickets${ctx.getters.getCurGame}`, ctx.getters.getPayTickets, { secure: false }); this.$cookies.set(`tickets${ctx.getters.getCurGame}`, ctx.getters.getTickets, { secure: false });...
In nuxtjs 3 resourse-loader is not working. But how without resouce-loader module i can import stylus variables for every component? My old code was: ``` styleResources: { stylus: [ '@/assets/styl/nib/index.styl',...
How to logout a user if the server rejected the token? The application automatically sends a "user" request, if the token is rejected, how do I log out the user...
Chrome latest windows 10. Scrollbar on windows 10 has width. If close fancybox on key ESC, scollbar width detection breaks, and page is blinking|moving.
``` ERROR Cannot read properties of undefined (reading 'error') 17:20:40 at server.js:4759:20 ``` How i can debug this? or what is this error?
``` import {ru} from 'vuejs-datepicker/dist/locale' and gvies error: 'ru' is not exported by node_modules\vuejs-datepicker\dist\locale\index.js ```
``` require() of ES Module C:\Users\veneg\Desktop\digital\node_modules\imagemin-mozjpeg\index.js from C:\Users\veneg\Desktop\digital\node_modules\@aceforth\nuxt-optimized-images\lib\loaders\img-loader.js not supported. Instead change the require of index.js in C:\Users\veneg\Desktop\digital\node_modules\@aceforth\nuxt-optimized-images\lib\loaders\img-loader.js to a dynamic import() which is available in all CommonJS modules. Instead...
 ``` odule build failed (from ./node_modules/stylus-loader/dist/cjs.js): friendly-errors 15:01:16 ValidationError: Invalid options object. Stylus Loader has been initialized using an options object that does not match the API schema. -...