Claas Augner
Claas Augner
#### Summary Google has [moved to a different issue tracker](https://www.chromium.org/for-testers/faq/), namely from Monorail to the Google Issue Tracker, and this means all prior bugs have received a new id. This...
#### Summary Adds a workflow that updates the MDN urls via PR. #### Test results and supporting details Used the [update-browser-releases](https://github.com/mdn/browser-compat-data/blob/main/.github/workflows/update-browser-releases.yml) workflow as a template. #### Related issues Follow-up of...
#### Summary Chrome 103-123 never aborted `AbortSignal.timeout()` with a `TimeoutError`. #### Test results and supporting details Tested with https://developer.mozilla.org/en-US/play?id=Ully%2FbncqOhlj%2FACZTtIJLg1HtNlADkcgP4iWysbI6ercjFSzCJWkHPuAi5NNQRqGhL5ZlO5oTWm7TEr in BrowserStack Live, see [this comment](https://github.com/mdn/browser-compat-data/issues/20381#issuecomment-2405413530). #### Related issues Fixes #20381.
## Summary (MP-1641) We have launched a [public preview of the German locale](https://github.com/orgs/mdn/discussions/741) on a separate test environment, and the next step is to expose the locale to more users...
## Summary (MP-1619) ### Problem We don't know how many users use the BCD tables. ### Solution Add measurements for viewing the BCD table, and expanding cells in it. ---...
### Discussed in https://github.com/mdn/yari/discussions/11989 Originally posted by **afajansari** October 21, 2024   Hi Community Members, I started using MDN Playground since start of this year. Most of the time...
## Summary (Feeds into MP-1601) ### Problem We measure scroll depth, but it's hard to visualize what a scroll depth of 25%/50%/75%/90% really means on a page. ### Solution Add...
Experimental PR to see how easy a switch back to npm would go. ⚠️ This PR is blocked by [this error.](https://github.com/mdn/yari/pull/6322#issuecomment-1133227129): ``` Error: 17:56:38 Error: Cannot find module 'cookie' Require...
## Summary (MP-1356) ### Problem We usually show a nice 404 page (e.g. https://developer.allizom.org/en-US/404), but this does not apply for Blog (https://developer.allizom.org/en-US/blog/404/) and Curriculum (https://developer.allizom.org/en-US/curriculum/404/). The correct 404 page shows...
## Summary Fixes https://github.com/mdn/yari/issues/9774. ### Problem The non-standard disclaimer discourages from using the feature in production, although it might make sense in some instances. ### Solution Update the disclaimer to...