mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[GH-ISSUE #323] Character display #143
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#143
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @theodorechle on GitHub (May 1, 2023).
Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/323
I have 2 bugs :
-the first is on the grapher and the sequences applications, where the display of the exponent is bugged : you have an unknown character followed by the exponent value.
-the second is in python, where the percentage character is displayed as a space when placed in a string.
@AngeDieu commented on GitHub (Jul 5, 2023):
The "%" problem is related to the syntx highlighting setting: it does not occure in the console (no colors) neither when the setting "syntax highlighing" is disabled.
@theodorechle commented on GitHub (Jul 5, 2023):
Yes, I forgot to mention it. Thanks !