Andy Dai
Andy Dai
:thumbsup:
I've encountered this problem too. I'll try to find the cause and see if I could send a PR. @murali-reddy Am I correct that I should look at https://github.com/cloudnativelabs/kube-shell/blob/master/kubeshell/parser.py to...
@murali-reddy I've inspect the stack trace in `~/.kube/shell/error.log` and I found that sometimes it shows `2018-01-26 11:17:55,220 [WARNING] kubeshell.client __init__:22 - unable to load kube-config` And even the Namespace [F5]...
@murali-reddy Since the server side completion is an important feature for kube-shell, how about revert `completer.py` back to 0.21.0 first? I think maybe we should do the refactoring of `completer.py`...
I think maybe it's because in Bedrock's async implementation, streaming is blocking when called within a thread, so it waits until all streams are generated then returning them all at...
Maybe package like [aioboto3](https://pypi.org/project/aioboto3/) could solve this. Seems that [aioboto3 has already supported bedrock after v12.0.0](https://github.com/terrycain/aioboto3/issues/317)
I would like to try to fix this issue since I need the feature. Could I fix the issue by modified the code https://github.com/opbeat/opbeat_python/blob/master/opbeat/contrib/django/client.py#L85-L110 here? Thanks.