T. Franzel
T. Franzel
Hi and thx. So regarding point 2: This is by design as you take control of the field schema when using `extend_schema_field`. Mixing together the detection with the override just...
Hi, there is no color option for the views because those messages usually end up in the logs and are harder to read then. Line numbers are not enabled by...
likely duplicate of #328 tldr, this is a design choice of SwaggerUI and is counter-intuitive. It is correct as is. - locked means you can use the endpoint. - open...
> I've read that {} means allowing no security in the openapi spec maybe you mistyped but `{}` means "allow any", not "allowing no security" you need to have the...
Hi, your question has a couple of things that don't make sense. If you view throws exceptions, this has nothing to do with our schema. If you have a custom...
squash-merged in #1339. fixed another location and addded a test. thanks!
By having your `permission_classes` and `authentication_classes` properly set. In case some they are not detected, you might have to tweak a `OpenApiAuthenticationExtension`. The 3rd party auth plugins listed here should...
codecov stalls sometimes. I have updated the GH action and did a fresh setup procedure. It worked a couple of times but it is still not 100% right. idk, this...
Hi, just stumbled over this. I think it is a bad user experience when a user calls `fastapi.router.APIRouter.mount()` and it just silently fails. It is not obvious that the method...
good stuff. sorry, i have been very busy with work recently. I'm trying to catch up on the backlog as soon as possible.