Reyes Cabello
Results
2
issues of
Reyes Cabello
### Is your feature request related to a problem? Please describe. When using the **python-fastapi** generator, the generated endpoints do not set the `status_code` argument on the FastAPI route decorators,...
Enhancement: Feature
**Describe the bug** When applying a 'waiting_for' to a DockerCompose object with a HealthcheckWaitStrategy, it returns an AttributeError: “ComposeContainer” object has no attribute “attrs”. **To Reproduce** ```python import os from...