Valentino Lauciani

Results 9 comments of Valentino Lauciani

Thank you for your answer... What do you think about this solution? ``` $faker->date($format = 'Y-m-d\TH:i:s', $max = 'now').'.'.$faker->randomNumber(6); ```

Hi The main focus is to run a script that modify the original just downloaded from GitHub `docker-compose.yml` to fulfill my needs. To do that, I've used `yq` command to...

Waiting the release, I'm using the @valmoz fix running: ``` docker run --rm openapitools/openapi-generator-cli@sha256:0f5e6f741bda7397bf30dc96c23a5aea633e0b1a37e2c2178a08c571b6722b7a ```

With `--api-package` option, another problem is: - https://github.com/OpenAPITools/openapi-generator/issues/3285

About the inheritance problem without using the discriminator, I found this workaround: - https://github.com/swagger-api/swagger-codegen/issues/6127#issuecomment-931363427