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

Table border wrongly formatted #90

Open
marcospassos opened this issue Aug 27, 2023 · 6 comments
Open

Table border wrongly formatted #90

marcospassos opened this issue Aug 27, 2023 · 6 comments

Comments

@marcospassos
Copy link

marcospassos commented Aug 27, 2023

When printing items with colors, the border gets wrongly rendered:

image

Is there any workaround for this?

PS: I'm using Chalk for the text coloring.

@Caesarovich
Copy link
Collaborator

Hi, thanks for sharing this issue.

I couldn't reproduce this issue on my side. My guess is that you used tabs in your text string, most probable if you used string literals. If that's the case then I recommend using spaces instead because space has a defined width.

If that doesn't fix the issue, could you please provide the code that you used ?

Thanks

@Caesarovich
Copy link
Collaborator

@marcospassos Hi, it looks like you did not respond to the issue. I will soon close this issue for inactivity.

@marcospassos
Copy link
Author

@Caesarovich, I'm not using tabs, just space. I'm checking if it is not a version conflict that is making the project use an older version.

@Caesarovich
Copy link
Collaborator

Hi @marcospassos , I'm coming back on this issue. I still can't reproduce on my side.

@magicdawn
Copy link

Maybe the emoji cause this.

image

@fregante
Copy link
Contributor

fregante commented Aug 5, 2024

@magicdawn To be fair emojis are not aligned by your terminal at all, so this is not an issue with this library.

For this issue to be open it needs a repro and details about your terminal.

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

No branches or pull requests

4 participants