sanjayp

Results 14 comments of sanjayp

@NeuroAssassin this issue is because of an bug in cachelib . pallets/cachelib/pull/12. on windows cachelib set fails when the cache file already exist. it need to be fixed in cachelib...

you can try installing it from git `pip install git+https://github.com/pallets/cachelib.git@master`

> Can you add tests to ensure this is not altered in the future? @ephraimbuddy , i have added some tests, can you please review it and let me know...

@cansjt thanks for reporting this. i would like to make few comments: > **What is the feature and why do you need it**: > > In [kubernetes-client/python-base#234](https://github.com/kubernetes-client/python-base/pull/234) the parsing of...

/remove-lifecycle stale

/remove-lifecycle stale

since the resoureVersion is the only thing that matters in an BOOKMARK event. i don't think, it is required or expected to convert the bookmark event to the `return_type` since...

> The current behaviour when `allow_watch_bookmarks=True` and `resource_version=

@ecerulm > If I understand right , before with `allow_watch_bookmarks=True' you could have a loop like this > > ``` > for event in watcher.stream(v1.list_namespaced_pod, namespace, allow_watch_bookmarks=True): > print(event['object'].metadata.resource_version >...

if the user has opted for the bookmark feature by passing `allow_watch_bookmarks` then this would be the recommenced way of handling the events: _Note: this is the existing behavior. this...