You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix crash when tapping Hacker News comment permalinks
- Replace fragile string manipulation with robust URLComponents parsing in CommentTableViewCell
- Add defensive programming to HtmlParser to handle comment permalink HTML structure
- Prevents crash on line 45 of HtmlParser when parsing comment pages
- Fixes issue #294: app now gracefully handles comment permalinks
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments