Pierre

Results 31 issues of Pierre

I had to add this code to fix the static path of my website ``` app.use(history({ rewrites: [ { from: /^\/articles\/static.*$/, to(context) { const staticPathWithHistory = context.parsedUrl.pathname.replace('/articles', ''); return `/${staticPathWithHistory}`;...

**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** When I click on the "Details" of bundlesize job, nothing happen When I...

Medium severity vuln found in [email protected], introduced via [email protected] Description: Time of Check Time of Use (TOCTOU) Info: https://snyk.io/vuln/npm:chownr:20180731 From: [email protected] > [email protected]

To avoid this kind of error: ``` imagemin-webpack-plugin > babel-runtime > [email protected]: core-js@

Most open source package exposes a file CHANGELOGS.md that contains the last modification between different version. I recommend this feature to help me as a developer using this package as...

Priority: High
Type: Improvement
Type: Documentation

**Page Affected:** https://developers.google.com/web/

**Page Affected:** https://developers.google.com/web/fundamentals/app-install-banners/native, **What needs to be done?** The doc is not clear, not working, with a lot of misconfusion between PWA and native apps https://stackoverflow.com/questions/55838392/how-exactly-are-we-supposed-to-implement-the-native-app-install-prompt-for-chrom _Please provide description of...