Drew Kimberly

Results 7 comments of Drew Kimberly

This _can_ be done by using a slightly different implementation (by leveraging the `end` callback): ```js const app = require('./app'); const request = require('supertest'); let testApp; const makeGetRequest = path...

This is resolved on the `master` branch in `protobufjs` but not yet released. You can pin (or use a resolution) the `protobufjs` package to commit `d13d5d5688052e366aa2e9169f50dfca376b32cf` in the meantime to...

Same here - bumping node from 18.17.x to 18.18.0

This looks like it was introduced in Node with the `libuv@>=1.45.0` upgrade. It was introduced in Node [20.3.0](https://github.com/nodejs/node/releases/tag/v20.3.0) and Node [18.18.0](https://github.com/nodejs/node/releases/tag/v18.18.0). It was reverted in Node [18.18.1](https://github.com/nodejs/node/releases/tag/v18.18.1) but never in...

@tatomyr Thanks for the quick response! Here's the [ref](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md?plain=1#L2327) from the spec. Typos would still be detected in most cases since schema definitions would be missing required properties. Obviously my...

Can confirm the errant behavior described in this issue using the `Octokit` constructor with `createOAuthUserAuth` auth strategy

Hi @mnaumanali94! Any chance of getting some 👀 on this?