jojomi

Results 21 comments of jojomi

Thank you, never thought about that!

I tried to make use of that, but I think it is buggy: ``` go package main import ( "fmt" "github.com/AlecAivazis/survey/v2" ) func main() { var answer int prompt :=...

You are right about the UX concerns, but also about fixing it, since it totally seems possible to return the technically correct value here. Thank you already!

@znegva Thanks for your analysis which I think is correct. Would you be able and willing to supply a PR with a patch for this?

That is a good idea! Would you be able to create a little PR implementing this @hbetts ?

I'll gladly have a look :)

I can confirm your observation, testing this with 0.48 works, 0.52 (just pushed) segfaults. Though I am unsure where it originates from. I believe it must be from C code,...

I think I would include pandoc in the same image for ease of use. Since this is not the most common use case (am I wrong?) I would suggest you...

Thank you for your thorough work on this! I will have a look and incorporate it as I see fit :).

I always planned to redo this with all the lessons learned since it started, but never got around to that. So this is a improvement I like to see :).