Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cursor not visible when go-blueprint create fails #315

Closed
beeploop opened this issue Oct 14, 2024 · 3 comments
Closed

Cursor not visible when go-blueprint create fails #315

beeploop opened this issue Oct 14, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@beeploop
Copy link

What is the problem?

I can't see my cursor whenever an error occur during go-blueprint create. I can still type but the cursor is invisible.

Operating System

Pop OS

Architecture Version (x86, x64, arm, etc)

x64

Steps to reproduce

Run go-blueprint create with unreliable or without internet connection.

Relevant log output

No response

@Ujstor
Copy link
Collaborator

Ujstor commented Oct 16, 2024

It is an old bug that slipped in when the Spinner was implemented. The Spinner is running in a separate goroutine, and if an error occurs, the terminal gets captured, and there is no visible input. We thought the bug was resolved, but obviously it isn't.

Feel free to let me know if anyone is interested in working on resolving this issue.

@Ujstor Ujstor added the bug Something isn't working label Oct 16, 2024
@vinitparekh17
Copy link
Contributor

@Ujstor i would like to pick this up

@Ujstor
Copy link
Collaborator

Ujstor commented Nov 3, 2024

Resolved in #318

@Ujstor Ujstor closed this as completed Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants