Drew Kimberly

Results 8 issues of Drew Kimberly

Hi there! 👋 I am attempting to write an integration test case with supertest in which a couple requests are sent to the app concurrently. However, I get an `ECONNREFUSED`...

protobuf.js version: v6.11.2 Please release a new version of the package. There are commits in `master` that resolve the upstream issue: https://github.com/grpc/grpc-node/issues/1964. Thanks!

`proxy` component spans appear disjointed in the DD trace UI after upgrading the library from `3.5.0` to `3.18.0`. **Expected behaviour** `proxy` component spans are nested under their respective parent component...

bug

**Describe the bug** For OAS 3.1, arbitrary keywords within schemas produce lint errors. This contradicts the 3.1 specification. **To Reproduce** Using `minimal`, [this example spec](https://github.com/OAI/OpenAPI-Specification/blob/main/tests/v3.1/pass/mega.yaml) from OpenAPI fails linting when...

Type: Bug
p2

## Motivation and Context `null` is always appended to `enum` array for nullable enum property. This can result in an invalid JSON schema document when `null` is already included as...

## Current Behavior A `null` value is always appended to the `enum` array when transforming nullable enum properties. This results in an invalid JSON Schema document when the OAS already...

## Context We use Prism for API contract testing. I've found that some of our APIs have diverged from their OAS due to false-positives in our tests. In this case,...

## Context We use Prism for API contract testing. I've uncovered some false-positives where our contract tests pass despite API behavior that's divergent from the OpenAPI spec. After some debugging,...