T. Franzel

Results 315 comments of T. Franzel

> Fair enough! I'll try to isolate the problem and provide a minimum reproducible demo. yes, please do. > In the meantime, do you think passing False as second parameter...

Hi, spectacular assumes that you only use one paginator for each individual serializer. Otherwise you have a naming collision, and that is what is likely producing your incorrect schema. You...

Hi, this is the proper way to use sidecar: https://github.com/tfranzel/drf-spectacular?tab=readme-ov-file#self-contained-ui-installation So you are writing your own html (which is not necessary to use sidecar), do some unspecified modification, and then...

What does the schema look like for those fields? How are the fields defined/decorated? Please always also post the schema part, as we are a schema generator first. We do...

yes, that looks like a bug. The enum hash identifier is calculated with the default language. When you request another language, the hash is different, due to different strings and...

Hi, I have never used this particular ouath2 scheme. It seems strange that the window will not close. Extracting the `access_token` from the the popup response seems to me like...

Might https://github.com/tfranzel/drf-spectacular/pull/1142 be the source of the problem? Apparently the obtained credentials cannot flow back to the origin but are are kind of past that point already.

you don't need to use `drf-spectaculuar-sidecar`. Also there are no modifications there, just "cached" assets. This would only be beneficial for serving the `oauth2-redirect.html`from your `origin`, nothing else imho. I...

Hi @mikaraunio, good find! This was unhandled before. I think it is fair to assume string, even though it is a implementation detail and not strictly guaranteed. Still way better...

Hi, spectacular is not designed to be executed standalone on a serializer. There is a lot of stuff happening in the background with regards to paths, methods, direction, views, querysets,...