Skip to content

feat: Remove spinner#2089

Merged
yevgenypats merged 2 commits intomainfrom
feat/remove_spinner
Sep 27, 2022
Merged

feat: Remove spinner#2089
yevgenypats merged 2 commits intomainfrom
feat/remove_spinner

Conversation

@yevgenypats
Copy link
Copy Markdown
Contributor

Spinner is already available in a progressbar
library we use (https://github.com/schollz/progressbar).
Also it incoproates the same spinners available in https://github.com/briandowns/spinner

Also, this fixes a bug where cursor was disappearing in the spinner library

Spinner is already available in a progressbar
 library we use (https://github.com/schollz/progressbar).
Also it incoproates the same spinners available in
https://github.com/briandowns/spinner

Also, this fixes a bug where cursor was disappearing in the spinner library
@yevgenypats yevgenypats requested a review from disq September 26, 2022 21:10
Copy link
Copy Markdown
Contributor

@hermanschaaf hermanschaaf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also tested it out locally, looks good 👍

@yevgenypats yevgenypats merged commit 5915181 into main Sep 27, 2022
@yevgenypats yevgenypats deleted the feat/remove_spinner branch September 27, 2022 09:33
yevgenypats pushed a commit that referenced this pull request Sep 27, 2022
🤖 I have created a release *beep* *boop*
---


##
[1.2.0-pre.1](cli-v1.1.0-pre.1...cli-v1.2.0-pre.1)
(2022-09-27)


### Features

* Remove spinner
([#2089](#2089))
([5915181](5915181))
* Update SDK to v0.10.1
([#2100](#2100))
([d968032](d968032))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
@erezrokah
Copy link
Copy Markdown
Member

erezrokah commented Sep 28, 2022

The spinner we use displays a lot of redundant information and can't be configured, see screenshot for example:

Progress

I could find a way to remove resources/sec with our current spinner, but not the -/ (out of total) indicator.

This is described in #1828.

@erezrokah
Copy link
Copy Markdown
Member

Re-opened #1828 for further discussion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants