Skip to content

Conversation

dimtrovich
Copy link
Contributor

proposal of a spinner for the output following an issue.

see adhocore/tusc.sh#3 (comment)

@dimtrovich
Copy link
Contributor Author

decidedly still can't quite understand the logic of the tests with phpunit. My tests all messed up 😥😓😭😭

@adhocore
Copy link
Owner

adhocore commented Jun 26, 2023

@dimtrovich thank you very much i think spinner needs to be asynchronous, is it possible with current implementation?

progress bar is when we know how many items we have to process already so we can know exact progress to show the bar.

spinner is when we don't know that in advance so we just let it spin, perform some long task that take arbitrary time, then on finish stop spinner.

that means there is no percentage in spinner

@adhocore
Copy link
Owner

adhocore commented Dec 1, 2024

@dimtrovich can we close it? :D

@dimtrovich
Copy link
Contributor Author

@dimtrovich can we close it? :D

for the moment, I think we can close it. I haven't found a way of doing it as simply as possible.
the approach i saw that seemed good was to use react php for asynchronous processes. but we can't afford to use third-party libraries in package

@dimtrovich dimtrovich closed this Dec 3, 2024
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.

2 participants