Claas Augner
Claas Augner
@anthonygore Would it be possible to push your release/version tags to GitHub?
**Context**: I ran into the following caveat when accessing vuex-undo-redo from two components: * Component A provides buttons to undo/redo. * Component B attaches a global keydown handler (`document.addEventListener("keydown", this.handleKeydown);`)...
### Description `bookmarks.BookmarkTreeNode` was tagged as a Property (and appeared in the sidebar accordingly), when in fact it's a Type. ### Motivation Avoids confusion. ### Additional details The page itself...
https://psalm.dev/r/6cfebb5320 Shouldn't the `property_exists()` check have the same effect as `isset()`? https://psalm.dev/r/58bb4ad896
## Summary Adds breadcrumbs for Collections/Notifications/Settings in MDN Plus. ### Problem MDN Plus did not have breadcrumbs (except for the "Documentation" section). ### Solution Make it easy to add breadcrumbs...
## Summary Adds a script that reports how often each macro is currently used in yari and in each locale. ### Problem We have a lot of macros, and we...
## Summary Fixes https://github.com/mdn/yari/issues/5637 by refactoring `docCategory()` and renaming it to `getCategoryByPathname()`. --- ## Screenshots n/a --- ## How did you test this change? Not yet tested.
# Problem We have stylelint in our repository, but we don't run it systematically, so we currently have 1000+ errors: ``` % yarn stylelint -q '**/*.scss' | grep '✖' |...
## Summary Replaces synchronous filesystem accesses with asynchronous ones, where possible. ### Problem ### Solution --- ## Screenshots n/a --- ## How did you test this change? Ran the commands...
## Summary Fixes https://github.com/mdn/yari/issues/6629. Fixes https://github.com/mdn/yari/issues/5853. ### Problem When users access a page that no longer exists and doesn't have a redirect in place, they are essentially stuck. ### Solution...