Emanuele De Cupis

Results 14 issues of Emanuele De Cupis

From commit 06efc752 on, 10 tests are failing over a total of 25. I cannot state the reason nor proposing a solution so far. They are failing for a runtime...

testing

I may be wrong on this, but I think `additionalProperty` and `allOf` parameters should be both defined as `OpenAPIV2.SchemaObject`; instead, now they are `IJsonSchema`. As for [OA2 documentation](https://swagger.io/specification/v2/): > The...

_Version 14.0.2_ Hi, I'm working with Typescript and I'm wondering which is the proper way to deal with type specifications. Let me propose an example to better explain myself. ###...

Snippet a supporto della spiegazione di cosa sono e come si usano Option, Either e TaskEither

# Description The `` component now allows options as key/value pairs. This is to cope with cases in which the value of the element must be different than the one...

We have examples of specifications using reference not only to a definition but to one specific property. Is it allowed? Reading OpenAPI docs I found neither confirmation nor disprove, and...

Operations which produce `octet/stream` responses will be resolved into generated definitions using `Buffer` as defined in https://github.com/pagopa/openapi-codegen-ts/pull/293 This breaks the build of SDK packages as `Buffer` is not a native...

#### Description This PR introduces no changes but a failing test. It serves to demonstrate the existence of a bug spotted in https://github.com/pagopa/io-app/pull/2717. It adds 2 test: 1. using a...

A little refactor that uses models, interfaces and http client from package `@pagopa/io-functions-cgn-sdk` in order to connect with CGN API service. This replaces the need to reference CGN API specification...

To be merged right after https://github.com/trento-project/ansible/pull/49 Depends on https://github.com/trento-project/ansible/pull/49