You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before you file a bug, make sure that you did not make a configuration mistake. The Swiss Army Knife in its current state does not yet have full configuration sanity checks!
So make sure your problem is not related to that!
Yes, I'm sure that it is not a configuration mistake
Bug description
A clear and concise description of what the bug is.
After #186, the segmented arc is sometimes not rendered correctly:
uses the wrong colors
bugs out on index out of range while rendering
It seems that correcting the for loop exhibits a bug! It is weird though, that WITH that bug, the segarc was rendered correctly...
This is how it should render, this is before fixing the for loop:
And this is what it became after fixing the for loop bug:
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop browser (please complete the following information):
OS: [e.g. Windows]
Browser [e.g. chrome, safari]
Version [e.g. 110]
Companion App on Smartphone/Tablet (please complete the following information):
Device: [e.g. iPhone16]
OS: [e.g. iOS16]
Browser [e.g. stock browser, safari]
Version [e.g. 16]
Additional context
Add any other context about the problem here.
(Optional): Suggested Solution
Any suggested solution to this bug.
The text was updated successfully, but these errors were encountered:
Bug report notice
Before you file a bug, make sure that you did not make a configuration mistake. The Swiss Army Knife in its current state does not yet have full configuration sanity checks!
So make sure your problem is not related to that!
Bug description
A clear and concise description of what the bug is.
After #186, the segmented arc is sometimes not rendered correctly:
It seems that correcting the for loop exhibits a bug! It is weird though, that WITH that bug, the segarc was rendered correctly...
This is how it should render, this is before fixing the for loop:
And this is what it became after fixing the for loop bug:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop browser (please complete the following information):
Companion App on Smartphone/Tablet (please complete the following information):
Additional context
Add any other context about the problem here.
(Optional): Suggested Solution
Any suggested solution to this bug.
The text was updated successfully, but these errors were encountered: