mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[GH-ISSUE #211] Allow bigger first term index #82
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#82
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 @apoleon33 on GitHub (Apr 14, 2022).
Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/211
Originally assigned to: @Lauryy06 on GitHub.
Describe the bug
At the moment in the sequences app the maximum first term index you can choose is 998, and higher it will be marked as "forbidden value".
Even thought for every value higher than 256 it will automatically substract 256 to it (when you enter 256 you get 0, 257 you get 1 etc)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
avoid the bug for value higher than 256, and maybe increase (if its doable and not a bug) the maximum first term index
Screenshots
If applicable, add screenshots to help explain your problem.
Device (please complete the following information):
@Lauryy06 commented on GitHub (Apr 15, 2022):
The bug is reproducible and also seems to affect Omega.
@apoleon33 commented on GitHub (Apr 15, 2022):
After testing on the android simulator, every value higher than 255 are marked as forbidden on epsilon
@Yaya-Cout commented on GitHub (May 6, 2022):
For me (the latest Upsilon), it is marked as forbidden only when it's higher than 998, not 255…