Joshua Chen
Joshua Chen
### What type of issue is this? Browser bug (a bug with a feature that may impact site compatibility) ### What information was incorrect, unhelpful, or incomplete? See https://github.com/microsoft/TypeScript/issues/59631; it...
### What type of issue is this? Incorrect support data (example: BrowserX says "86" but support was added in "40") ### What information was incorrect, unhelpful, or incomplete? Says "Returns...
### What type of issue is this? Missing compatibility data ### What information was incorrect, unhelpful, or incomplete? `buffered-rendering` and `color-rendering` are defined in [SVG 1.2](https://www.w3.org/TR/SVGTiny12/painting.html#RenderingProperties). They are removed in...
### What type of issue is this? Missing compatibility data ### What information was incorrect, unhelpful, or incomplete? `glyph-orientation-vertical` was added in https://github.com/mdn/browser-compat-data/pull/21052, but looks like the horizontal counterpart is...
### What type of issue is this? Missing compatibility data ### What information was incorrect, unhelpful, or incomplete? See https://github.com/mdn/content/issues/34348; the `calc-constant` key should be renamed to `calc-keyword`. ### What...
## PR Checklist - [x] Addresses an existing open issue: fixes #9222 - [x] That issue was marked as [accepting prs](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22) - [x] Steps in [Contributing](https://typescript-eslint.io/contributing) were taken ## Overview
In https://github.com/coursetable/coursetable/pull/1728 we downgraded our media query from using `width < 768px` to `(max-width: calc(768px - 0.5px))` to work around old Safari versions not supporting the former. It was supported...
Our GQL endpoint is basically undocumented. It's actually fairly straightforward even if they don't know GQL systematically—they just need to know what fields there are, how to nest relationships, and...
I was on unstable network and when fetching 202501.json the data was partial. This malformed JSON gets cached by the browser and even when I refresh the data persists and...