Vincenzo Castiglia
Vincenzo Castiglia
@Komal7209 I don't have authorship of the project so I can't assign issues. I don't know the source code enough (and it's been two years since the last time I...
so weird, you can resume it by opening a new shell and doing `sync`. when the sync is accomplished it will go on. you may see the disks busyness with...
it is also default in official docker python image https://github.com/docker-library/python/blob/c0dc77e/3.11/alpine3.17/Dockerfile#L77
py-spy screenshoot  ```python from kubernetes import client from os import getenv from time import sleep configuration = client.Configuration() configuration.api_key_prefix['authorization'] = 'Bearer' configuration.api_key['authorization'] = getenv('TOKEN') or ''...
the issue was reported back in 2019 https://github.com/kubernetes-client/python/issues/836 and became rotten without any reply I also looked into this because of the memory issue. it's not AKS specific. and it's...
build is failing due to codecov
state.options isn't documented "the ming foundation layer's save args parameter" is undocumented too so adding the state parameter, and moving the fields logic there, then why do we take args...
Ming seems to use `original_document` only inside `update_if_not_modified` and as long as not modified "since first queried" means "since the last time it was queried" it should be ok to...
Thank you Dave :blush: