Patryk Padus
Patryk Padus
What about roles of people? Administrator is ok to push deploy. Cron Job is like Administrator role, capable of pushing changes, in some time interval. Scenario is simple: less build...
Reference: https://github.com/nolimits4web/swiper/issues/3486 This is bug in this repository ### This is a bug ### Versions I use VUE & Nuxt: Installed: "vue-awesome-swiper": "^3.1.3", - https://www.npmjs.com/package/vue-awesome-swiper - Swiper 4 ### What...
Getting this error: > DevTools failed to load source map: Could not load content for https://unpkg.com/index.umd.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE Cause by file in dist folder used in...
Latest version of Docker Image or any from 4.9 start. Can be related to: https://github.com/phpmyadmin/phpmyadmin/issues/16428 Opened as this comment suggest: https://github.com/phpmyadmin/phpmyadmin/issues/16428#issuecomment-1141297273 Reproduce: if env variable isn't proper it will mess...
There is two main problem: Documentation don't have information in install page about this library: https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/3.2.0/imagesloaded.pkgd.min.js If display flex is used on 'filtr-item' then height on container is wrong calculate.
Hello, Just to inform that demo pages (for example Prestashop) having some issue in loading speed. Cloudflare have option to use full cache as **page rule** and it will fix...
Because terminology change it confuse why not working on new repositories. Old one for backward compatibility. https://stevenmortimer.com/5-steps-to-change-github-default-branch-from-master-to-main/
This won't work: ``` { src: "nuxt-webfontloader", options: { google: { families: ['Montserrat:400,500,700,800:latin,latin-ext&display=swap'] } } }, ``` In SSR won't work either. "nuxt": "^2.12.2", "nuxt-webfontloader": "^1.1.0", Include test for SSR...
We have error and we investigate to have option for using this module. Consider this scenario: - We added properly module - Add lazy hydration importing in components - Our...
Font loading is now only: - local asset What we see in our and other project is based on the module: https://www.npmjs.com/package/nuxt-font-loader  Final result: - local asset...