DanielHabenicht

Results 106 issues of DanielHabenicht

It would be great if one could customize the Swagger UI: https://swagger.io/docs/open-source-tools/swagger-ui/usage/configuration/ I am interested in ```js persistAuthorization: true, displayOperationId: true ``` Should I just add them to the `SWAGGER_TEMPLATE`...

The generated OpenAPI schema is invalid if the `bearer_format` option is specified: ```python QuartSchema( app, security=[{"bearerAuth": []}], security_schemes={"bearerAuth": {"type": "http", "bearer_format": "JWT", "scheme": "bearer"}}, ) # because of @dataclass class...

If one wants to create an api which server multiple versions (e.g. v1/user, v2/users), is there a way to also generate multiple openapi schemas for it? Tags are a workaround,...

I don't know if I understand it correctly but this code always returns a (misleading) error if the expected and real status codes of a response match, but allows requests...

The current option only allows to override the second part of the operation id, e.g. `@operation_id("list_documents"),` will be documented as `get_list_documents`. It would be beneficial to give control over the...

Now adhering to https://spec.openapis.org/oas/v3.1.0#fixed-fields-22 fix #83

```bash Poetry Version: 1.4.0 Python: 3.10.4 Virtualenv Python: 3.10.4 Implementation: CPython Path: /home/codespace/.cache/pypoetry/virtualenvs/example-p6HmNsBj-py3.10 Executable: /home/codespace/.cache/pypoetry/virtualenvs/example-p6HmNsBj-py3.10/bin/python Valid: True System Platform: linux OS: posix Python: 3.10.4 Path: /usr/local/python/3.10.4 Executable: /usr/local/python/3.10.4/bin/python3.10 ``` -...

kind/bug
area/build-system
status/triage

- **Package Name**: `azure-monitor-query` - **Package Version**: `1.4.0` - **Operating System**: Docker Container (`mcr.microsoft.com/devcontainers/python:1-3.11-bookworm`) on Windows 10 - **Python Version**: 3.11.9 **Describe the bug** The `modeldeploymentname` is empty for certain...

question
Monitor
Service Attention
customer-reported
needs-team-attention

**Describe the bug** When changing the `{appLocation}/staticwebapp.config.json` file and redeploying it (`swa deploy`) without rebuilding the application every time (e.g. for configuring routing or authentication) the configuration file inside the...