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.
By now there is even an official OpenAPI definition: https://docs.hetzner.cloud/spec.json
Any Update on that? It's a breaking change. Users won't be able to use some parts of this crate right now.
But with this we have a lot of smaller releases with only Documentation updates. We could automate it in that way, that the GitHub Actions automate it so that it...
The Potential breakage only happens, because we use a custom Css extension. For the End user having a standardized up to date version isn't bad. In my proposal the auto...