whirly icon indicating copy to clipboard operation
whirly copied to clipboard

Colorful Terminal Spinner for Ruby 😀︎

Results 5 whirly issues
Sort by recently updated
recently updated
newest added

Hi, thanks for a great gem, which I've begun using for every script that'll run a while. There's one small nitpick that I can't figure out: is there a way...

research

Hiya! I've run across this one a few times using this, there's a race condition in the stop method that can cause unrender to throw an exception. I see there's...

bug
research

When Whirly.status > a certain length, it emits new lines continuously, whilst displaying the status at the right location. Colorize is used to add color to the status line content....

bug

Hi! Thanks for making this gem, loving it. So many options to choose from. Sometimes using it causes my gem to produce occasional segmentation faults. I'm still developing my gem,...

bug
research

Hi! Big fan of whirly, use it in almost all my scripts with long-running processes. I frequently find myself going something like: ``` def foo Whirly.start result = do_foo Whirly...