Nhat

Results 26 comments of Nhat

My case is a bit different, my project has this structure ``` ├─ features/ │ ├─ bootstrap/ │ | └─ godog_test.go | └─ xxx.feature ├─ file1.go └─ file2.go ``` Test...

> Just wondering if your tests are panicking. Go test coverage will not generate unless TestMain ends nicely. > > [stackoverflow.com/a/56591384](https://stackoverflow.com/a/56591384) In my case, no panic

> So by tagging all extensions with the same topic e.g. godog-extension the list will create itself. The README.md would only have to mention this convention. This is also cool...

I have the same problem, tested by compiling with all the versions back til 2.2.13 which doesn't have the issue. [This is the only PR](https://github.com/AlecAivazis/survey/pull/361) in 2.2.14 My system: -...

If I remove this line https://github.com/AlecAivazis/survey/blob/a98a037e3f0b51b8a992bfdd4c50debb70a53553/input.go#L186 The answer is correctly printed after selecting a suggestion. However, the random answer (without selecting a suggestion) is not, it's printed one line after...

Code ```go package main import ( "fmt" "os" "strings" "github.com/AlecAivazis/survey/v2" ) func main() { var answer string suggests := []string{"Amelia", "Ava", "Elijah", "Emma", "Liam", "Mateo", "Noah", "Oliver", "Olivia", "Sophia"} err...

+1, I have the same error, cannot compile pinba 1.1.0