PlopTheReal
PlopTheReal
The root path is requested twice (see the screenshot). Other paths aren't (ie /whatever). # Versions - `next-pwa`: 5.4.7 - `next`: 12.1.4 # Expected Behaviors The root path is requested...
For the given json: ```json { "backgroundColor": "#3215B3", } ``` the following doesn't work ($backgroundColor doesn't get replaced): ```css :root { --backgroundColor: $backgroundColor; } ``` but this one works: ```...
**Library Affected**: *workbox 5.1.4* (via next-offline 5.0.5) **Browser & Platform**: *Google Chrome 90.0.4430.85* **Issue**: When running without the service worker, fetch requests made by the browser are automatically canceled when...
**Library Affected**: *workbox 5.1.4* (via next-offline 5.0.5) **Browser & Platform**: *Google Chrome 90.0.4430.85* **Issue**: When running without the service worker, fetch requests made by the browser are automatically canceled when...
I'm trying to use MeshLine within such exemple instead of THREE.LineSegments : https://github.com/gkjohnson/three-mesh-bvh/blob/master/example/clippedEdges.js Running demo: https://gkjohnson.github.io/three-mesh-bvh/example/bundle/clippedEdges.html Without sucess so far, this is how the lines looks like: 
How can you specify the video height and width?
Is fade option available for SSAO? https://pmndrs.github.io/postprocessing/public/docs/class/src/effects/SSAOEffect.js~SSAOEffect.html
react-postprocessing 2.2.4 + nextjs 11.1.1 is giving an error like "error - ReferenceError: Cannot access '__WEBPACK_DEFAULT_EXPORT__' before initialization" without much details. Running ok with the version I was using before...
Not sure if that's not postcss issue but when importing the library on the browser I'm getting the following: ``` browser-external:path:9 Uncaught (in promise) Error: Module "path" has been externalized...
When having 2 datepickers on the page, picking the 'to' date from the second datepicker will update the date of the first datepicker. Any idea ?