Markus Freitag
Markus Freitag
Any estimate when labels will be available, they would be quite handy for tagging resources for CI.
After looking into it further, calling `update` can be used the update an attribute. So we should introduce an extra `reload` method.
Yes correct, that would be the recommended way to achieve such "dynamic" input components.
The ESC key is currently already used to exit the vim-mode. So if we add this feature, we need to use another key. If we could decide for another key,...
The help handling is missing in `Multiline.Prompt`. @AlecAivazis What do you think is the best way to implement that? Should the help message be displayed when the user types the...
While trying to reproduce it, I noticed the same behaviour using `net/http`. Unfortunately I have yet not figured out the actual cause for this.
Please note that `resp.JSON` does return an error instead of your filled data struct. That is the reason, why you need to provide a pointer to it. So if `resp.JSON`...
@netson Have you figured out why your verifier did not work? I'm asking because I'm currently in the same situation while trying to write a client in golang.
I have the same issue. Any news on how to handle this. Maybe considering to use go modules for dependency handling?
If we decide to extend our CLI in this way, I would like to propose another feature. Being able to define context based default ssh-keys, like it is already possible...