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

Garbage ANSI characters in the terminal #3878

Closed
apolopena opened this issue Apr 9, 2021 · 2 comments
Closed

Garbage ANSI characters in the terminal #3878

apolopena opened this issue Apr 9, 2021 · 2 comments
Labels

Comments

@apolopena
Copy link

apolopena commented Apr 9, 2021

Bug description

Terminal output using ANSI escape characters are prone to getting mangled and will appear partially and unescaped.

Note: This issue was not present prior to the first live push of the March 2021 milestone.

Steps to reproduce

This might not reproduce easily as this seems asynchronous in nature.
If you run an ANSI colored spinner in the terminal and have other process running, that may reproduce it.
Or have a look below at the Example Respository section.

Expected behavior

ANSI Garbage characters should not be displayed in an ANSI supported terminal.

Example repository

Here is an example of the issue occuring with npm output:
image

I have since removed the color from the spinner in a project of mine but you can see this issue in realtime in this old branch (which I will change/delete in the future):
https://github.com/apolopena/gitpod-laravel8-starter/tree/development

@akosyakov
Copy link
Member

maybe resolved by #3870 already

@akosyakov akosyakov added editor: code (browser) type: bug Something isn't working labels Apr 11, 2021
@akosyakov akosyakov added this to the [backlog] April 2021 milestone Apr 11, 2021
@akosyakov
Copy link
Member

I could not reproduce it with #3870

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants