DevMax
DevMax
Hey, I wrote a working Adapter based on this thread for you. Thank me later :) ``` import os from docker import APIClient from docker.transport import SSHHTTPAdapter class MySSHHTTPAdapter(SSHHTTPAdapter): def...
The Version="1.41" wont be necessary, if you implement it directly. Docker is trying to get the Version directly after configurating the SSHHTTPAdapter. Because we don't need to override it later...
I didn't update the docs tho. Some should do that :)
Will you implement it in the near Future? I don't think, that I'll be able to contribute that. My knowledge is to small.
Why don't you use the Static assets? For example ``` Axum - Swagger UI const ui = SwaggerUIBundle({ url: '/openapi.json', "dom_id": "#swagger-ui", "layout": "BaseLayout", "deepLinking": true, "showExtensions": true, "showCommonExtensions": true,...
The Problem is, that FastAPI is using a Dictionary with the ModelClassName aka __name__ as a Index. This isn't a Problem of the package itself.