Till Backhaus

Results 11 issues of Till Backhaus

I use kubesec to encrypt kubernetes secrets. I update the secrets using `kubesec encrypt --in-place --key=... --key... --key...`. I expect kubesec to encrypt to the specified keys only. Otherwise I...

### Is your feature request related to a problem? Please describe. I have a couple of different groups of ssh keys in my infrastructure that I maintain via terraform. I...

enhancement-provider
do-api

I replaced the default http client with hashicorps retryable httpclient. That client detects and adapts to http status code 429. This is my first PR in this project.

Default installation on debian stretch seems broken to me: ``` pip install kube-shell kube-shell Traceback (most recent call last): File "/home/tback/.local/bin/kube-shell", line 7, in from kubeshell.main import cli File "/home/tback/.local/lib/python3.5/site-packages/kubeshell/main.py",...

First PR here. Do you mind to let me know what's required to move this forward? Signed-off-by: Till Backhaus

The score is useful for a lot of things. It'd be great if VectorStore exported the abstract methods so a VectorStore dependency can be injected.

I think the sqlalchemy dependency in pyproject.toml still needs to be bumped. _Originally posted by @sliedes in https://github.com/hwchase17/langchain/issues/1272#issuecomment-1473683519_

In #457 you recommend passing a callable to log the request id. Is this limited to pure javascript? In typescript it seems I can pass custom strings only. I assume...

Those who want to use postgres standalone will wonder how to configure this container. Right now the information is here: https://deis.com/docs/workflow/installing-workflow/configuring-object-storage/#deisdatabase . I think it'd be great if this information...

docs
easy fix