Alec Aivazis
Alec Aivazis
Hey @palash25 - sorry for lagging on responding. I think for the moment I would recommend 1 of 2 things: Either ask the user with a confirm if they want...
The more I think about this issue, the more I'm on the side of removing the vim-like interaction so that we can have escape skip optional questions. That seems like...
Alright then let's leave this out of `v2` for now and we can wait for someone else to ask for it before we go too far exploring options and compromises
I think having a "none" option is an easy workaround that doesn't require extra support from the library. The right move is to have escape skip the option but we...
Hey @zigitn - sorry you ran into this. If you want to try to dig a little deeper, [here](https://github.com/AlecAivazis/survey/blob/master/survey.go#L312-L332) is where the validation loop happens and [here](https://github.com/AlecAivazis/survey/blob/master/input.go) is where the...
Thanks for reporting this @rfay - i'll try to reproduce this on my windows machine and see if I can come up with a solution relatively soon.
@hinshun is the guy to ask about integrating with `go-expect`. Hopefully he can address the issues you are having. I will try to get to the bottom of the terminal...
I think it makes a lot of sense to keep that issue as the go-to place for handling the debugging issues. I think the place where `survey` is impacted (apart...
I hadn't seen the mention in golang weekly - that's awesome! thanks for sharing 😄 Unfortunately, im not too familiar with the Mingw64 terminal and very much lacking in time....
@rfay i understand where you're coming from. The claim to support windows comes from supporting the native windows terminal and `cmder`. There are so many different terminals in the windows...