mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-21 13:31:55 -05:00
[PR #1152] [MERGED] fix(tito-milestone): align bold cyan frame #3767
Reference in New Issue
Block a user
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?
📋 Pull Request Information
Original PR: https://github.com/harvard-edge/cs249r_book/pull/1152
Author: @AndreaMattiaGaravagno
Created: 2/3/2026
Status: ✅ Merged
Merged: 2/4/2026
Merged by: @profvjreddi
Base:
dev← Head:fix/milestone-frame-alignment📝 Commits (1)
5f6a846fix(tito-milestone): align bold cyan frame and correct "Press Enter" color📊 Changes
1 file changed (+14 additions, -5 deletions)
View changed files
📝
tinytorch/tito/commands/milestone.py(+14 -5)📄 Description
Previously, frame borders were calculated based on string length/character count. This caused misalignment when using multi-column characters (like emojis or CJK characters) which occupy two cells but count as one or more characters. Now we count cells to ensure proper alignment of frames.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.