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
The feature added on pull request #109 only works nicely if all subsequent messages maintain the number of repetitions, their order and their names. If either of these changes, the collapsible is not renamed and the widget becomes inconsistent.
A failing test case has been added and commented out. Possible solutions I can think of:
Never reuse repeated widgets, always construct them new - this is very expensive computationally
Always check the name and rename the widget if needed - this should be cheaper than Run tests without installing #1 but will still have some impact
The text was updated successfully, but these errors were encountered:
Original report (archived issue) by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).
The feature added on pull request #109 only works nicely if all subsequent messages maintain the number of repetitions, their order and their names. If either of these changes, the collapsible is not renamed and the widget becomes inconsistent.
A failing test case has been added and commented out. Possible solutions I can think of:
The text was updated successfully, but these errors were encountered: