Jed Fox

Results 158 issues of Jed Fox

Ideally, ESM would be supported in pages as well as component files, and the project would be rewritten to use ESM throughout. Unfortunately, the Babel transform [`@babel/plugin-transform-modules-commonjs`](https://babeljs.io/docs/en/babel-plugin-transform-modules-commonjs) converts both static...

enhancement

While adding the icons, I tidied up the code a little and made it more failure-resistant. It should also update a little faster since we’re not waiting for all of...

Since it’s possible that someone will use a new tracking service, it would be awesome if there was a way to scan all loaded images to see if they’re 1x1....

enhancement

Currently, users with a Retina/HiDPI display see a pixellated image, even if the actual image is much higher resolution. It would be great to check the `devicePixelRatio` property and multiply...

type: feature request

Example: https://ke-complex-modifications.pqrs.org/#command_q This modification contains this JSON: ```jsonc { // ... "to": [ { "key_code": "q", "modifiers": "left_command" } ] // ... } ``` …and the `parseKeys` function in `MainForm.tsx`...

Hello! I’m working on improving the Handlebars support in [Prettier](https://prettier.io), which uses `@glimmer/syntax` (specifically, the `preprocess` function) to parse `.hbs` files. As you’re probably aware, Glimmer doesn’t support all Handlebars...

question

Ideally, scraped docs would have minimal HTML. However, several docs currently have classes and wrapper elements. There should be a check that can be run after docs are scraped that...

improvement
docs/improvement

I have not yet checked to see if this breaks things. Fixes #1154. Steps - check if doc includes `` - check each `` to see if it has unwanted...

This was referenced in #1170 but the OP said it was broken before.

docs/bug

All topic/type pages have the same format ([example](https://devdocs.io/tensorflow~python-activations/)): A heading with the doc name and topic name, and a list of all the pages in the topic. However, some docs...

improvement