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.

Feature request: spinner only

See original GitHub issue

Would be great to be able to render alive-progress’s spinners only, similar to click-spinner’s:

with click_spinner.spinner():
    do_something()
    do_something_else()

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (7 by maintainers)

github_iconTop GitHub Comments

3reactions
rsalmeicommented, Jan 10, 2021

Hey, @lsorber, you can! This was first requested in #40. At least you will, as soon as I release #51

Thanks @TheTechRobo, I appreciate your help in several tickets! 👍

This should also interest @engineerjoe440! I just implemented support for disabling:

  • the monitor widget! => the part that shows where you are, “x/y [z%]” for example
  • the stats widget! => the part that tracks speed, “(x/s, eta: ys)” for example
  • the elapsed widget! => of course the “in xs”

How cool is that!?! 🎉

So in the next 2.0, you will get to do:

https://user-images.githubusercontent.com/6652853/104136439-d59bc780-5374-11eb-856d-869c7acc243e.mov

Or even something like this:

https://user-images.githubusercontent.com/6652853/104136352-47bfdc80-5374-11eb-9707-10895ec7392c.mov

0reactions
rsalmeicommented, Jan 12, 2021

No problem man!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Spinner should only be visible once when multiple http ...
Use case: I have two http requests called simultaneously: The first http request is sent, the spinner is visible.
Read more >
AngularJS: Show loading spinner on ajax request only after ...
In my Angular app, I have implemented this directive (code below) that basically allows me to show an element of my choosing whenever...
Read more >
Angular:Keeping track of the loading spinner states ... - Medium
Adding a loading spinner to an angular application is a topic I have implemented earlier considering just 1 component and 1 HTTP Request...
Read more >
Spinner | Pajamas Design System - GitLab
A spinner is an animated element that appears after a user's action to indicate that ... Ideally, only one spinner should be used...
Read more >
Spinner - Mendix Marketplace
Features. 20+ different spinner styles to use; Each spinner can be customized ... The widget can only be used with content that is...
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