Dinesh B
Dinesh B
``` The token field is empty when i try to update the credential and i always see it as empty even after i paste the token and click on save....
Cool... Could you please close this issue ?
Can we create **cancelable Context** and cancel it after timeout ? I think this can be done outside `libkv`. Lemme try and raise a PR.
I agree that we cannot close the connection(it will become a stale connection). I think we can write code in such a way that stale connection will not create problem....
@sgotti We also need this feature. **Reason:** We are running stolon in `k8s with consul backend`. And we are using `helm` chart to deploy things. So we are using `init...
@codervinod One small suggestion. If you could squash and make it as one time commit it will be better. Once @sgotti reviewed and if looks good, it will be easy...
@sgotti Is this feature needed? If so, Can I work on it?
Sure. I will refer the implementation of `pg_hba.conf` and try to implement in the same way. Thanks
Hi @sgotti It is better to add some integration tests. So I will add `integration test` and update the document about the new parameter. Thanks for the suggestion So, it...
Myself and @jpninanjohn debugged this issue. Our finding: 1) Problem is for **any env** having `-t` in **key or value** 2) This bug is present in **libtmux library itself**. We...