Claas Augner
Claas Augner
## Summary Fixes https://github.com/mdn/yari/issues/9962. ### Problem Tables in blog articles were overflowing on sm/md/lg screens, because they were only wrapped in `figure.table-container`, but not in `figure.table-container-inner` (like the BCD table)....
## Summary ### Problem SVGs are cropped when they have a fixed width/height and we resize them to be smaller in React. ### Solution Remove the fixed width/height and rely...
## Summary ### Problem We don't get notified if users experience JavaScript errors on MDN. ### Solution Add Sentry to the client to capture client-side errors. --- ## How did...
I tried running docsql in a checkout of mdn/content, but the started server just returns "Not found": ``` % ls ✖ ✭ CODE_OF_CONDUCT.md README.md files netlify.toml out scripts LICENSE.md REVIEWING.md...
How do I annotate dependencies using [`provide` / `inject`](https://vuejs.org/v2/api/#provide-inject)? ```ts // provider.ts import Vue from "vue"; export default Vue.extend({ provide() { return { foo: "Hello world" }; }, }); //...
I tried out the [How do I make a function outside the scope of the Vue component have the correct `this` context?](https://github.com/ffxsam/vue-typescript-cookbook#how-do-i-make-a-function-outside-the-scope-of-the-vue-component-have-the-correct-this-context) recipe without success: > Line 8: > TS2502:...
Avoids spending API usage on prompts that have already been processed, just because some request failed.
Allows us to hide the "Seeing something inappropriate?" link for playgrounds that the current user owns, to avoid false-negative reports.
- How to setup [sccache](https://github.com/mozilla/sccache) locally to speed up builds?