Valentin

Results 21 issues of Valentin

Everything works well: after editing a file backpack reloads an app. But if I run in under the docker, and source files in a mounted folder - it doesn't work....

I've tried using [this](https://github.com/jaredpalmer/backpack/pull/46) configuration, and `build` seems to work, but `dev` doesn't. I've tried `backpack dev /src/another/one.js` - it runs the script but without transcode. I've found [this](https://github.com/jaredpalmer/backpack/issues/21) solution,...

The problem with line-height

Is it possible to have both scroll and swiper with touch? Is it possible to have a scroll with mousewheel if cursor under swiper (disable mousewheel events doesn't help)?

``` TypeError: Cannot read property 'getAllInfo' of undefined at /Users/gen4/Gits/tw/server/node_modules/express-winston/index.js:134:47 at Layer.handle_error (/Users/gen4/Gits/tw/server/node_modules/express/lib/router/layer.js:71:5) at trim_prefix (/Users/gen4/Gits/tw/server/node_modules/express/lib/router/index.js:310:13) at /Users/gen4/Gits/tw/server/node_modules/express/lib/router/index.js:280:7 at Function.process_params (/Users/gen4/Gits/tw/server/node_modules/express/lib/router/index.js:330:12) at next (/Users/gen4/Gits/tw/server/node_modules/express/lib/router/index.js:271:10) at Layer.handle_error (/Users/gen4/Gits/tw/server/node_modules/express/lib/router/layer.js:67:12) at trim_prefix (/Users/gen4/Gits/tw/server/node_modules/express/lib/router/index.js:310:13)...

I am trying to import Detectizr right after Modernizr ``` import Modernizr from 'modernizr'; import Detectizr from 'detectizr'; console.log('> >', Modernizr, Detectizr); ``` it makes an error: ``` Uncaught TypeError:...

Trying to build a project on NUXT 2, but got an error. I've tried importing both CSS and SCSS to my main SCSS file and to the nuxt config. Nothing...

If I set custom colors like that: ``` import Vue from 'vue' import Vuesax from 'vuesax' import 'boxicons/css/boxicons.min.css' import 'vuesax/dist/vuesax.css' Vue.use(Vuesax, { colors: { primary: '#1a5cff', success: 'rgb(23, 201, 100)',...

I've started a new project (Nuxt, SSR) and it gives me an error `The client-side rendered virtual DOM tree is not matching server-rendered content` After some research I've figured out...

I want to set a string for some objects. ``` find('div.section > div.container-14.w-container > div.row-3.w-row > div.column-space.w-col.w-col-4 > a:nth-child(3)') .set({ links: { url: '@href', type: '"web "', }, }) find('div.section...