Kyle Fuller

Results 243 comments of Kyle Fuller

We could probably allow remote referencing in the Swagger adapter based on an opt-in argument. That way it is down to the author on what they want to do providing...

Fwiw, I don't think Dredd ever supported byte format. It's just that in prior versions of Dredd there wasn't any validation in place so Dredd didn't error out when encountering...

We have work in progress to support this, we're rehauling our JSON Schema validations in [gavel.js](https://github.com/apiaryio/gavel.js), the underlying library used in Dredd for validations. We shouldn't be too far off...

I believe this problem has been resolved in Dredd 13.0.1, @joaosa / @victorsferreir could you please confirm in your cases after upgrading to Dredd 13.0.1 or newer. @kardagan your particular...

In older versions of the adapter, we did not produce a JSON examples and thus Dredd would not attempt to validate the body. In fury-adapter-oas3-parser 0.7.0 we've started generating JSON...

@eelessam My apoligies that this issue never got any attention. I just came across it and had a quick dig into it. The underlying problem is around handling the headers,...

I did some prior analysis in https://github.com/apiaryio/dredd/issues/1695#issuecomment-601151348 with suggestion on how to proceed. Looks like yargs as a replacement might be a bit problematic due to licensing (although this may...

@ShimShtein The OpenAPI 3 parser doesn't yet support `schema` inside a Parameter Object, there is a warning stating this in the output of Dredd > 2019-05-15T15:19:43.603Z - warn: API description...

@markcarroll is that faiiling? The log you shared looks like a working install as it ends with: ``` 3 warnings generated. CXX(target) Release/obj.target/protagonist/src/validate_sync.o SOLINK_MODULE(target) Release/protagonist.node added 2633 packages in 137.473s...

@markcarroll can you please confirm which Dredd version you are running? The intention in Dredd is that it shouldn't depend on Protagonist as it generally isn't needed there. If that...