leonidumanskiy

Results 3 issues of leonidumanskiy

I am running gunicorn inside a docker container, with a pretty basic configuration: ``` gunicorn --timeout 90 -k gevent --worker-tmp-dir /dev/shm --bind 0.0.0.0:80 "app.wcgi:application" --capture-output --enable-stdio-inheritance --log-level debug --access-logfile -...

Consider this example: ```csharp interface IAnimal { ... } interface ICanine { ... } interface IFeline { ... } class Dog : IAnimal, ICanine { ... } class Cat :...

1. Follow example steps from the documentation https://openapi-generator.tech/docs/usage#batch (ignore for now that documentation is outdated and references csharp-netcore which was renamed) ```bash > ls csharp.yaml kotlin.yaml shared > openapi-generator-cli batch...

Issue: Bug