Rauno Moisto

Results 17 issues of Rauno Moisto

I would like to use this project just for the service worker and nothing else. The manifest and meta information need to be custom and change at runtime for my...

To my understanding the precache feature of workbox works as a cache first, not a network first. If not, the following is nonsense. Every time I make a new build...

The dist version from the npm package is using `const` in version 1.6.2. I have downgraded to 1.5.4 for now to support older browsers. I hope the next release can...

https://git-scm.com/book/en/v2/Git-and-Other-Systems-Migrating-to-Git In the section about migration from mercurial, it's asking me to use a tool called fast-export. This tool requires python 2.7. Also, that tool is made for UNIX-like systems....

This PR contains various browser compatibility fixes. Browsers tested: * Latest Chrome on Linux * Latest Chrome on Android * Chrome 30 on Android * Latest Firefox on Linux *...

Upgrading webpack has broken loading CSS with SSR. This PR fixes the issue by no longer mixing JS and CSS. This creates a minor inconvenience to anyone upgrading this package...

I'm trying to import a class like `.d-block` from bootstrap's utilities using `import { .d-block } from 'node_modules/bootstrap/scss/utilities/display'` The display utilities are defined here: https://github.com/twbs/bootstrap/blob/v4.6.0/scss/utilities/_display.scss Importing from this file directly...

# Description I need the beautified version not to start an array and object on the same line. This is for code folding with codemirror which only has one folding...

type: enhancement
language: javascript