Samuele Maci

Results 18 issues of Samuele Maci

@kennytm could be possible to release a new version containing #34 ? Running `cargo install cargo-kcov && cargo kcov --print-install-kcov-sh | sh` fails if executed on travis (due to GitHub...

The goal of this issue is to track the effort needed to create a well defined structure for: * "basic" keywords: keywords that should be validated in isolation * "composite"...

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)

Swagger specifications allow models to be polymorphic via a `discriminator` field ([doc](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#composition-and-inheritance-polymorphism)). This allows a model, let's say `Animal` to be a sort of parent in the hierarchy of other...

enhancement

This PR does some preparatory work for #103 . In order to achieve polymorphism support we need to extract few functionalities from `KotlinGenerator` to `SharedCodegen`. I totally understand that this...

Fixes #103 The goal of this PR is to introduce support for polymorphic data models within the generated code. Details of the feature introduced are properly described in the linked...

As result of supporting #313 I noticed that in the whole codebase we have not tests while we're checking not HTTP/200 responses, additionally I noticed that we're xfailing a big...

As highlighted on #300 we were converting to string headers in a really "aggressive" way which could lead to undesiderable behaviors. I would suggest to unify the headers conversion to...

While working on #331 I've noticed that bravado-core has some custom logic to ensure that the x-nullable field is propagated in case of a reference object. According to the JSON...

``test_deref_flattened_spec_not_recursive_specs`` is flaky ... We should: * temporary xfail the test * investigate what makes this test unreliable * fix it