TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Managing your backlog with GitHub Issues

7 pointsby h3raldalmost 15 years ago

1 comment

danieldonalmost 15 years ago
I've been frustrated with Issues recently because it's incredibly difficult to find issues that show up in google results. When I search for errors and get a hit from github Issues, the link never goes to the issue itself. As far as I can tell, it always goes to the main issue view because the anchors are stripped from the URL. Here is a contrived example: <a href="http://www.google.com/search?q=%22class+UserTest+%3C+T::U::TC+should_have_valid_fixtures+end%22" rel="nofollow">http://www.google.com/search?q=%22class+UserTest+%3C+T::U::T...</a><p>With more and more projects moving to Issues (and being in the midst of everything getting updated for Rails 3), I've started running into this on a near daily basis.<p>I don't want to knock on github because the github guys have obviously been doing a fantastic job with it, but I really wish Issues didn't rely so heavily on Javascript.