Jacob Smith

Results 28 issues of Jacob Smith

Resolves https://github.com/nodejs/node/issues/43658

lib / src
esm
needs-ci
loaders

### What is the problem this feature will solve? * limit contamination * facilitate synchronous `import.meta.resolve()` ### What is the feature you are proposing to solve the problem? Move loaders...

esm
loaders

### Bug expectation I expect pressing the `Tab` key to behave as it does in the browser: focus the next focusable element in the document. Instead, it does not set...

bug
needs-feedback
not-reproducible

This is a follow-up to https://github.com/nodejs/node/pull/46826 We see 2 potential approaches here when we detect a user is trying to register a loader and the worker etc have not be...

lib / src
needs-ci

### Prerequisites - [x] Checked that your issue hasn't already been filed by cross-referencing [issues with the `faq` label](https://github.com/mochajs/mocha/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3Afaq%20) - [x] Checked next-gen ES issues and syntax problems by using...

status: waiting for author

It would be great if `td.reset()` optionally accepted a list of modules to reset, like: ```js td.reset(); // nuclear option → reset everything td.reset('module-a.js'); td.reset( 'module-a.js', 'module-b.js', ); ``` The...

This hook is extremely confusing, even for maintainers. The replacement needs to address: * cross-thread communication * determining what the entry-point is (since it's stripped from `process.argv`) as identified by...

* **Version**: 7.10.0 * **Platform**: macOS 12.1 * **Node**: 17.1 Configuration options for "include" and "src" are very unclear. Without specifying either, several extraneous files are included in the report...

docs

### Issue Summary I have a field (`tags`) that is of type `JSON`. I insert a record with the json value stringified. That appears to succeed. However, when I read...

bug

Loving the documentation so far (especially the emojis). But the docs site clips in a lot of places when adhering to WCAG 2.x AA font-size criteria. Also, the left sidebar/table...