I was recently building a feature for Greptile (an AI-powered code review tool), when I hit a weird snag with GitHub's API. The feature should have been simple: I wanted to add clickable links to GitHub PR comments, so users could jump directly from our reviews to relevant GitHub discussions. We already stored the comment IDs, so I just needed to construct the URLs. The problem was, when I tested

