David Sanders

Results 112 issues of David Sanders

Double asterisk should be used to ensure changes are detected at any depth in the source tree. This is inline with what is shown [in the docs](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#onpushpull_requestpaths).

Right now the JavaScript API only supports a single open connection. We're moving our integration of QZ Tray to a single-page app, and this prevents getting the benefit of long-lived...

enhancement
help wanted

### Desired Behavior I'd like to be able to access the compiled output for a filename. I think this could be accomplished well by adding a `getCompiledOutput(filename)` to the return...

enhancement
you can do this

For modern implementations of fetch this is already the default, but in 2017 this wasn't true, so browsers exist in the wild which default to 'omit'. An example of this...

This is meant to address #3802, and supersedes #4748. More background info can be found on those two issues. There is currently no high-performance code path for getting `ImageData` from...

addition/proposal
needs implementer interest
topic: canvas

At first I thought this was a regression of #692, but it seems like it's a different issue. I don't have a tight reproduce case, but I can describe the...

First off, fantastic project, it was getting to be a real headache to have to use `require()` in Electron code, and this project provides a much cleaner solution than running...

enhancement

**Is your feature request related to a problem? Please describe.** I'd like to run tests and get the report on stdout so that it can be used programmatically without writing...

Is it possible to turn off features from the extension? For example, if I *only* want `clang-tidy` there's a lot of extra functionality included that it's not clear how to...

enhancement

##### Checklist - [x] commit message follows [commit guidelines](https://github.com/nodejs/node/blob/master/doc/guides/contributing/pull-requests.md#commit-message-guidelines) ##### Description of change This PR probably needs a little discussion on potential ramifications of the change. Currently, `node-gyp` defaults to...

Arm