spyoungtech / spyoungtech/FreeSimpleGUI
Bug with table.py
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 867
- Forks
- 106
- Avg merge
- 1m
- Merged PRs (30d)
- 2
Description
I've just migrated from PySimpleGUI(4.61) and I'd previously
fixed a couple of bugs:
Table class line 9568
VarHolder class line 17838
These also appeared in FSG:
init.py line 6413
table.py line 308
old:
value = [i + self.StartingRowNumber] + value
new:
value = [i + self.StartingRowNumber] + [value]
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting table.py around line 308, then compare the related locations in init.py line 6413, Table around line 9568, and VarHolder around line 17838. Confirm how each value is assembled and verify that the reported migrated table behavior is corrected consistently at all listed locations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100