Volodymyr

Results 3 comments of Volodymyr

Autoreload does not work after editing `*.vue` files. Needs to refresh the page in the browser. Not working with `atomic_save: true` `"dependencies": { "vue": "^2.6.10", "vue-router": "^2.8.1", "babel-brunch": "^6.1.1", "babel-eslint":...

for single gpu working `/etc/docker/daemon.json` ``` { "default-runtime": "nvidia", "runtimes": { "nvidia": { "args": [], "path": "nvidia-container-runtime" } }, "node-generic-resources": [ "GPU=1" ] } ```

Working for me ``` $('.jqtl-container').on('scroll', function () { if ($('.jqtl-ruler-top').hasClass("is_fixed")) { $(".is_fixed").css({ left: ($('.jqtl-main').position().left + 1) + 'px' }); } }); $(window).on('scroll', function () { let el = $('.jqtl-ruler-top'); let...