mirror of
https://github.com/initialcommit-com/git-sim.git
synced 2026-04-27 03:25:53 +03:00
[GH-ISSUE #73] Font size is wrong #48
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/git-sim#48
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bendem on GitHub (Mar 15, 2023).
Original GitHub issue: https://github.com/initialcommit-com/git-sim/issues/73
I don't know how the images are rendered, but it looks like the fonts are not specified and it picks up default from somewhere. I have large fonts enabled anywhere I can for reasons. This is the output generated right after install with no customization applied yet:
status:


merge:
System infos:
@bendem commented on GitHub (Mar 15, 2023):
Same problem when running in docker so my guess about it using my system settings seems off the table.
@bendem commented on GitHub (Mar 15, 2023):
bisect:
@initialcommit-io commented on GitHub (Mar 16, 2023):
@bendem Thanks for reporting this.
I believe this is a regression issue that only happens in repos with less than 5 commits. I had originally fixed this but then overhauled the commit-parsing method, so I think I need to fix it again.
If you test on a repo with more than 5 commits I don't think you'll have this issue. I'll let you know when it's fixed. Let me know if any other questions about it.
@initialcommit-io commented on GitHub (Apr 1, 2023):
Just released a fix for this! Please use git-sim version 0.2.9 to take advantage of the fixes. You can upgrade git-sim with:
pip install git-sim --upgrade.I'll close this for now since it's implemented, but please let me know if you have any questions or run into any issues!
@bendem commented on GitHub (Apr 3, 2023):
Perfection! <3