Wilke Schwiedop

Results 2 issues of Wilke Schwiedop

I just migrated from radicale 1 to 2. My setup is nginx -> uwsgi -> radicale. I used to rely on the `base_prefix` in radicale's config to get the `SCRIPT_NAME`...

needs reporter feedback
reverse proxy

I ran into an OpenAPI spec which included a `Response` type. That caused a name conflict in the generated python code: ``` from ...models.response import Response from ...types import Response...