feenkcom / gtoolkit

Glamorous Toolkit is the Moldable Development environment. It empowers you to make systems explainable through experiences tailored for each problem.
https://gtoolkit.com
MIT License
1.11k stars 49 forks source link

Editing Lepiter pages slows to a crawl after committing to the repo from an associated git view #3741

Open onierstrasz opened 5 months ago

onierstrasz commented 5 months ago

After committing changes to a repo from a git view associated to a lepiter page of that project, it becomes almost impossible to type into Lepiter pages of a database belonging to that repo.

Steps to reproduce the problem

You can close the git view and the page and all other open pages, but if you go back to the same page, or any other page of that repo's database, and try to type, it will still be slow. Typing in pages of other databases is fine. If you perform Smalltalk garbageCollect, the problem will be fixed.

Curiously, if you commit changes directly from the Git tool rather than navigating from the page to the git view, the problem does not arise. Also, maximizing the git view to see the full tool before committing appears to avoid the problem.

chanhduc commented 3 months ago

Hello, I am experiencing the same problem. Performing Smalltalk garbageCollectdoes not help. Is any fix for this issue done?

Thanks.