Nico Kraetschmer
Nico Kraetschmer
A better quick fix is putting this in a ts file in your project. This way you don't need to cast or use a function. This then fixes it globally....
> At the moment only works if UnityEngine.IMGUIModule is not stripped down, which is rare. Is there any workaround to this?
I also think this would be very useful. I had a bit of a look at the code. Right now it looks like the importing logic is coupled with the...
Mentioned in #3
You can patch the output schema by inheriting the `NinjaAPI` class and overriding the `get_openapi_schema` method like this: ```python from ninja.openapi.schema import OpenAPISchema from typing import Any, Dict from ninja...