Randy Fay
Randy Fay
We `mkcert -install` on both Win10 Pro and Win10 Home all the time, and most [ddev](github.com/drud/ddev) windows users do as well. Haven't heard of trouble. And it doesn't require admin...
This is super important. It *is* hard to do tests for all platforms, but as important as this project is, it's really something to be done. Linux is easy of...
Now we just need some people to make the tests :)
Sorry that I haven't dived into the code, but is it possible you're using a OS-level detection instead of terminal capabilities detection? (with golang.org/x/crypto/ssh/terminal) Thanks so much for your work...
I opened https://github.com/Netflix/go-expect/issues/5 on go-expect, asking about timeouts, but the bottom line is *if* something's wrong, you can get a hang in your tests, and they're enormously difficult to debug,...
Discussing testing with @hinshun over in https://github.com/Netflix/go-expect/issues/5 he mentioned that go-expect definitely does not currently support Windows. And I'm going to jump to the assumption that https://github.com/hinshun/vt10x also doesn't support...
Thanks so much for letting me know @mdrohmann - Didn't end up using any of these approaches.
Seeing the [nice mention in Golang Weekly](https://golangweekly.com/issues/368) (congratulations! 🚀 ) reminded me of survey, which I loved except for this problem. Is this issue any better at this point? I...
It's hard to claim support for Windows when the basic git-bash terminal can't work; so many people in the dev world use that to interact with Windows.
Yeah, totally understood. And of course I have the same problem and same limited resources and same spread-out-all-over-the-place problem with the projects I maintain. Thanks for all your effort on...