Joris Coenen
Joris Coenen
Hi :wave: , Thank you giving the Python SDK a shot and sharing your feedback! Let me give some technical context first: before the Connect API can respond to any...
Thanks for the quick reply, Connor! If I understand your idea correctly, you propose to use a ring buffer for storing the messages that should be filtered? That would probably...
Opened a quick MR for this: https://github.com/suborbital/grav/pull/87 Let me know if it aligns with what you had in mind. Feel free to propose any changes.
I can't replicate the failing test locally. @cohix Any chance we can run it again?
Hey Connor 👋 I see this repo has been deprecated. Can you tell me what that means for this MR?
An MSI for [`v0.30.0`](https://github.com/secrethub/secrethub-cli/releases/download/v0.30.0/secrethub-v0.30.0-windows-amd64.msi) was released earlier today and a full YUM repository is now live at https://yum.secrethub.io. The latter can be installed with: ``` curl https://yum.secrethub.io/secrethub.repo -o /etc/yum/repos.d/secrethub.repo --create-dirs...
SecretHub is now also in the Arch User Repository under the name [`secrethub-cli`](https://aur.archlinux.org/packages/secrethub-cli/): ```bash yay -S secrethub-cli ```
Thanks a lot for the feedback @antonbabenko! Seems like you did some really thorough testing :grinning: > Setting username to valid username makes sense to me (username = "antonbabenko") >...
@antonbabenko I've just updated the error message you describe in point 1 and have introduced an explicit check for the existence of the given directory, which should help with point...
Hi @bondezbond :wave: Could you tell me what it is about your current method (or work-around) that doesn't work for you? Because I'd say it's a pretty clever solution :smile: