Samuele Maci

Results 18 issues of Samuele Maci

The issue is related to what is reported in [bravado issue #239](https://github.com/Yelp/bravado/issues/239). An small example of the issue is ``` python Python 2.7.9 (default, Aug 23 2016, 10:24:57) [GCC 4.2.1...

The idea of this PR is to fetch `grcov` binary from [grcov releases](https://github.com/mozilla/grcov/releases) and in case of failure fallback to installation from sources. This allows us to have extremely fast...

Performing response validation is important to ensure that the provided responses are "good", but validating responses has impact on the overall response time. According to the profiling tests on bravado-core...

Bump KTLint and/or Google Java Formatter *Auto-generated* by [bump-releases](https://github.com/macisamuele/language-formatters-pre-commit-hooks/actions/workflows/bump-releases.yaml)

Hello @Aeledfyr, I'm currently starting using this project and I find it very interesting and powerful, but sadly apparently unmaintained. In the rust ecosystem it seems that we have a...

This PR fixes #22 by adding two new rules: RES-E004 and REQ-E004. Currently the rules are fully implemented and tested. The PR is labeled as WIP as documentation is still...

Changing the nullability of an object or property might lead to backward incompatible specs. For easier understanding we can use the following example ```yaml definitions: model: type: object x-model: Model...

enhancement

# Add a new discriminated type (model) used in responses ## Rationale Polymorphism, done using the discriminator keyword, allows returning different objects that are united by the fact that a...