vitodsk
vitodsk
Using an external yml file, even if adding as suggested ```app['SWAGGER']['openapi'] = '3.0.2'```, it seems not being able to resolve the #/schemas/components reference: ``` My API is awesome...... --- tags:...
Hello, I have the following code: `self.database = databases.Database(f'{self.db_engine}://{self.db_user}@{self.db_host}:{self.db_port}/{self.db_database}', password=os.getenv("DB_PASS"), min_size=1, max_size=100)` when I execute that, I get the following error in the trace, I am not sure if something...
Hi, I have problems with mouse input and axis rotation. I have both x and y output to 2 different Axis Rotation **angle** input. I tried sending them both to...
If I have a bigger API which consists of different "sub-api", can I have multiple doc pages (one for each "sub-api") ? Thanks