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

RTL Symbols Break Rich Tables #2081

Open
gztensor opened this issue Jun 27, 2024 · 0 comments
Open

RTL Symbols Break Rich Tables #2081

gztensor opened this issue Jun 27, 2024 · 0 comments

Comments

@gztensor
Copy link
Contributor

The solution to this problem is found: We need to append the RTL symbol with corresponding control character:

sn_symbol = f"{bt.Balance.get_unit(subnet.netuid)}\u200E"

But the issue is more complex: It doesn't reproduce on all terminals, and even zsh on MacOS on different machines behave differently. I am creating this issue so that we can find the steps to reproduce and document properly. Perhaps, include it in the test plan/scenarios. Below is the example of what to expect:

Image

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

No branches or pull requests

1 participant