Skip to content

Conversation

@pull
Copy link

@pullpullbot commented Sep 20, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

juleslagardeand others added 3 commits May 28, 2024 10:49
the previous code would output [[1,2],[3,3]] instead of [[1,2],[3,4]] because i variable increase one by one instead of the expexted two by two
Fix ranges extraction when serializing Text widget tag ranges in rich_text_editor.py. Previously, iterating with enumerate(ranges[::2]) caused pairing of (startN, startN) for subsequent ranges. This change iterates over the original ranges in steps of 2 to correctly pair (start, end).
@pullpullbot locked and limited conversation to collaborators Sep 20, 2025
@pullpullbot merged commit 8fca152 into hemanth22:masterSep 20, 2025
3 checks passed
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@juleslagarde@x4nth055