Erik Vroon

Results 65 comments of Erik Vroon

I think it should be fixed if we replace `__name__` by `__qualname__` here based on https://stackoverflow.com/a/49969580 https://github.com/mike-oakley/openapi-pydantic/blob/8f2a7caa012b33f3c4dccec1ef857b51eb6fa818/openapi_pydantic/util.py#L180 I will try it and make a PR if that works

See https://github.com/mike-oakley/openapi-pydantic/pull/68. I think we should just raise an exception if we encounter nested classes. It will be too difficult and too unreliable to try to solve this problem.

Yes cors issues are annoying. > First i want to ask if it is right that the error, that i can see in the Browser window when tryind to login,...

The cors domain should be the address of the frontend, not the backend, so https://bracket.example.com instead of bracketapi.example.com, see the docs for more info about this.

Hi, your screenshot looks correct. The screenshots on the website and in the README actually don't show this page, I think those are what you might call outdated. The rest...

Oh that page is now the page to manage swiss stage items, so you have to create a swiss stage item and then press the "winch" icon to manage that...

Ah I think that's a bug, thanks for raising this. I will try to look into it soon

Thanks for the PR! Hmm I am not really sure what the changes related to CORS attempt to solve. Maybe the fix for postgres 18 can be a separate (smaller)...

Thanks for this! I haven't looked at it because of vacation so it will take 2 weeks or so before i have the chance to review