Jan Amann

Results 436 comments of Jan Amann

@sokra Good point, there are quite sophisticated cases. I did an experiment with adding another transformation step with `babel-plugin-transform-async-to-promises` after the webpack compilation is done (see https://github.com/amannn/webpack-top-level-await/tree/babel). I've also added...

@paulirish Is there someone at Google who's taking care of this project? Would be really helpful to see this implemented, with `numberOfRuns: 1` the CI results can unfortunately be quite...

@connorjclark Any chance this could be considered?

Hey Paul, thanks for getting back to me! I see. I'm currently also a bit short on time, but I'll keep this in mind potentially for the future!

This action uses [`conventional-commits-parser`](https://www.npmjs.com/package/conventional-commits-parser) to parse the PR title and subsequently populates the output: https://github.com/amannn/action-semantic-pull-request/blob/80c0371c57c5142ed6c844270bba1864bac8a4c6/src/validatePrTitle.js#L31-L34 Currently the parser doesn't return any information of whether it's a breaking change. If this...

Hmm, same seems to be true also for separate chunks that are created via the `'use client'` split: [`react.mjs`](https://github.com/amannn/bunchee-test/commit/6b8702b938daa54ff93e7aedc9581c00552b1754#diff-416df81ab56956fa7b3c2218ad3a0a2eb44d33bfebc0ebb0dbfd5c381017976b).

Closed in favor of https://github.com/amannn/next-intl/pull/1470

My use case was to modify the `cache-control` header for SSR requests with the App Router. Since there's no official way to achieve this and headers set within `next.config.js` for...

The Google Search Central docs mention that `x-default` entries that point to redirects are just fine: > Consider adding a fallback page for unmatched languages, especially on language/country selectors or...

@TheLoloS Either the protocol of the original request is used or alternatively the `x-forwarded-proto` header value, if set. If you're using a reverse proxy, the `x-forwarded-proto` header should match the...