A Whole New Code Search
21–30 of 113 posts
Re: A Whole New Code Search
#22Re: A Whole New Code Search
#23I need to read less and code more.
Re: A Whole New Code Search
#24Is it me or does is seem like every day either Github or Stripe shipping some sweet new feature? I need to read less and code more.
Re: A Whole New Code Search
#25This is awesome, but I'm a little confused about the treatment of underscores. If you search for something like "secret_key" (teehee) it will return results for just 'secret' and just 'key' seemingly :-\ Not what I expect out of code search, but easy enough to fix if it's deemed a bug.
Re: A Whole New Code Search
#26Being able to filter by stars is great...One other filter that would be nice is days-since-lsat-commit. I guess number of stars is rough estimate of how active a repo is, but as the years go on, there will probably be more and more projects that are basically dead, yet still have a high number of stars.
Re: A Whole New Code Search
#27This is awesome, but I'm a little confused about the treatment of underscores. If you search for something like "secret_key" (teehee) it will return results for just 'secret' and just 'key' seemingly :-\ Not what I expect out of code search, but easy enough to fix if it's deemed a bug.
Re: A Whole New Code Search
#28Is there an "order by" functionality? When looking for code. I like to find the code with the most stars. Ugh.. that reminds me of the good old days when HN had visible karma points...
Re: A Whole New Code Search
#29This has a grandfathering problem when the maintainers switch. The new active branch of development is overshadowed by the previous branch. I've had someone takeover my project, but I still have 2 years of accumulated stars from when the project was fresh. The new development has less than 1/10 the number of stars as my branch. But I guess fixing this is kind corner case might be left for v2.