Tim Heckman

Results 116 comments of Tim Heckman

@briandowns may be because this project's `go.mod` requires `github.com/mattn/go-isatty`, which in turn requires `golang.org/x/sys/unix`.

@SamiAlsubhi what version of macOS is this running against? Is it an Intel or ARM (M1) Mac? Does the same happen on the latest Go release (`1.17.8`)?

Ah I missed the Go version there. 👍 MacOS version can also be a factor, so it could be helpful to know that too. I have a few Mac's laying...

@metrue @Pantani I think this is ultimately going to remain a problem, until the API is changed so that methods are used to update settings and not struct fields directly....

@alebcay After seeing some of the challenges with this project I've created an alternative spinner, and have been trying to see if mine suffers from any of the same limitations...

Not to shill my own project, but I've been going over some of the open issues here to see if the spinner I've implemented has any of the same limitations....

@ostafen since this has been open for over 6 years, I can't imagine anyone else is focused on it. 😄

@francescocarzaniga I'm personally not very familiar with Illumos, so I presume it doesn't have the same system call capabilities as other systems so the symbols are missing when attempting to...

@allaVolkov is this still present on `v0.7.3`? I don't have a Windows system I can test on.

@tharvik working on seeing if I can get access to an `AIX` system to test this against.