Bryan English

Results 54 issues of Bryan English

https://twitter.com/nodesecurity/status/497077728567238656 `connect` needs to be upgraded to one that depends on qs >= 1.0.0, for security reasons. This means `connect` at ~2.25.0.

plz. kthxbai.

### 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) ~- [ ] Checked next-gen ES issues and syntax problems by...

unconfirmed-bug

Either for all modules as a global option, or one a module-by-module basis as part of their config in `lookup.json`. Using something like https://github.com/chjj/pty.js This is to help stop issues...

### What does this PR do? Adds publishing of release images to github packages, dockerhub, GCR, and ECR. ### Motivation This way lib injection can be done by the admission...

### What does this PR do? See title ### Motivation As of Node 18, it's a pretty big hole in our HTTP support. ### Additional Notes This is WIP. Mainly,...

### What does this PR do? Fix coverage reporting for instrumentations. ### Motivation All this code was being generally ignored, artificially deflating our coverage numbers.

### What does this PR do? This uses `tap` to run tests instead of `mocha`. This comes with the following advantages: 1. Tests run in parallel. 2. Tests run in...

### What does this PR do? Adds a benchmark for the `bunyan` plugin. ### Motivation Moar benchmarks.

dev/testing

### What does this PR do? First, all the existing thread-specific runtime metrics that were retrieved via JS were moved to C++, so that we're avoiding any usage of the...