gg3nx
gg3nx
Is there a way to hide expired and revoked certificates? I would like to keep them but be able to hide them from certificates view.
Got a `requests.exceptions.ConnectionError` exception when using `list_servers_all`: ```python File "/app/.venv/lib/python3.11/site-packages/scaleway/instance/v1/api.py", line 441, in list_servers_all return fetch_all_pages( ^^^^^^^^^^^^^^^^ File "/app/.venv/lib/python3.11/site-packages/scaleway_core/utils/fetch_all_pages.py", line 47, in fetch_all_pages return items + fetch_all_pages( ^^^^^^^^^^^^^^^^ File "/app/.venv/lib/python3.11/site-packages/scaleway_core/utils/fetch_all_pages.py",...
Versions used: ``` scaleway 2.6.0 Scaleway SDK for Python scaleway-core 2.6.0 Scaleway SDK for Python ``` When using `list_images` from `instance.v1`, `unmarshall_Volume` fails with the following error: ``` TypeError: Volume.__init__()...