question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Option to disable spinner

See original GitHub issue

The spinner causes a huge log output in CI like:


⠋ Running...
⠙ Running...
⠹ Running...
⠸ Running...
⠼ Running...
⠴ Running...
⠦ Running...
⠧ Running...
⠇ Running...
⠏ Running...
⠋ Running...
⠙ Running...
⠹ Running...
⠸ Running...
⠼ Running...
⠴ Running...
⠦ Running...
⠧ Running...
⠇ Running...
⠏ Running...
⠋ Running...
⠙ Running...
⠹ Running...
⠸ Running...
⠼ Running...
⠴ Running...
⠦ Running...
⠧ Running...
⠇ Running...
⠏ Running...
⠋ Running...
⠙ Running...
⠹ Running...
⠸ Running...
⠼ Running...
⠴ Running...
⠦ Running...
⠧ Running...
⠇ Running...
⠏ Running...
⠋ Running...
⠙ Running...
⠹ Running...
⠸ Running...
⠼ Running...
⠴ Running...
⠦ Running...
⠧ Running...
⠇ Running...
⠏ Running...
⠋ Running...
⠙ Running...
⠹ Running...
⠸ Running...

Additionally it’s unclear what it means since it isn’t valid Braille.

An option to disable this would be good.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:15 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
boxedcommented, Jul 17, 2022

Released 2.4.1 with this change.

1reaction
boxedcommented, May 21, 2022

Aha. Well you should have been more specific. Almost all output displays are screens.

If the spinner still goes with the no output flag that’s a bug and should be fixed. But let’s not get out if hand here. This is a hobby project of mine that i just don’t have time to work on with two small kids.

I welcome PRs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Disabling Spinner in android - Stack Overflow
you can set android:clickable="false" in the xml to disable the spinner ...
Read more >
Disable and enable Spinner - UI « Android - Java2s.com
Disable and enable Spinner package app.test; import android.app.Activity; import android.graphics.Color; import android.os.Bundle; import android.view.
Read more >
Disabling spinner after filling and setting the spinner - MSDN
If you don't want the spinner to be opened we could programmatically disable it through: spinner.Enabled = false;. @Christ don't forget spinner.
Read more >
Disable spinner item? - android-developers@googlegroups.com
I tried calling View. disable() on the associated child of the Spinner, but it remains black text (not gray) and selectable. unselectable.
Read more >
Option to disable spinner in watch mode · Issue #742 - GitHub
The watch mode is very nice, but the spinner disrupts the console during my development, so it would be nice to be able...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found