Firas Dib
Firas Dib
Hello, My config currently looks like this: ``` externals: ['/'], ServiceWorker: { scope: '/' }, scope: '/', ``` Where my purpose was to cache the html file returned by the...
Add support for BigInt so we can use high resolution timers and values.
You add events like this: ``` target.addEventListener('touchstart', initFn, hasPassive ? { passive: true } : false) ``` But remove them like this: ``` target.removeEventListener('touchstart', initFn) ``` When it should be:...
You're adding events with specific flags here: https://github.com/chrisbateman/impetus/blob/master/src/Impetus.js#L194-L198 They need to be removed with the same flags here: https://github.com/chrisbateman/impetus/blob/master/src/Impetus.js#L238-L242 You must also ensure these events are removed when destroying the...
### The bug First of all, thanks a lot for creating this. It’s absolutely amazing. With that said, I have some feedback regarding the iOS app. 1. When zooming, the...
**Library Affected**: _workbox-webpack-plugin_ **Browser & Platform**: _all browsers_ **Issue or Feature Request Description**: My goal is to have the SW request the network for all pages, but if it fails,...
The current firmware has the following limitations: Fronthaul 5G-1 limited to channels 36-64 Backhaul 5G-2 limited to channels 100-140 It would be great if we are allowed to select arbitrary...
The line where a blockquote is started, using `>`, has a negative text indent which pushes the text outside of the box. I've seen similar behavior with the titles (`#...