Right on the day that Microsoft acquires Gitlab :-)
Show HN: BitHubLab, Search for projects on all the major Git platforms
41–49 of 49 posts
Re: Show HN: BitHubLab, Search for projects on all the major Git platforms
#42https://i.imgur.com/OpHwOvU.png The checkboxes are pixelated (this is FF) and rather hard to distinguish from the logos. Oddly, at first, I was looking at the logos from right to left and I was confused what the last and third to last logos were, hah. It would be cool if the logos themselves were the checkboxes, with a darker version for checked and lightened version for unchecked (and all should be checked by defaul…
I encourage affected people to follow up on bugzilla.
Re: Show HN: BitHubLab, Search for projects on all the major Git platforms
#43This is very cool. If you start to hit API rate limits for these services, you can try using the Sourcegraph API (email me sqs@sourcegraph.com and I can make sure your API key isn't rate-limited). Sourcegraph indexes all of these Git platforms and has a search API: https://about.sourcegraph.com/docs/features/api .
Re: Show HN: BitHubLab, Search for projects on all the major Git platforms
#44Awesome stuff! Great timing too. Code Search is super useful and there are a bunch of folks already going after this space. Sourcegraph, CodePilot.ai, Searchcode.com, and many more! Happy to see something so light and elegant for the use case. Good work!
Re: Show HN: BitHubLab, Search for projects on all the major Git platforms
#45nice tool, nice timing, might be useful with all the moving projects. pls consider adding the title attribute to the images for screen readers and users who don't know the logos.
Re: Show HN: BitHubLab, Search for projects on all the major Git platforms
#46Re: Show HN: BitHubLab, Search for projects on all the major Git platforms
#47* Like I should be able to query based on signature of the function rather than just banking on its name.
* I want to see how different projects use this particular package- what are its most used methods; how any of its types are constructed.
* What are the best practices for using a particular package etc
Re: Show HN: BitHubLab, Search for projects on all the major Git platforms
#48Awesome stuff! Great timing too. Code Search is super useful and there are a bunch of folks already going after this space. Sourcegraph, CodePilot.ai, Searchcode.com, and many more! Happy to see something so light and elegant for the use case. Good work!
Thanks, it's a simple layer on top of the existing APIs and search interfaces so it's not nearly as feature complete as those other services(that would require actually crawling and indexing). I made it just for fun but who knows, might be worth expanding on.
Re: Show HN: BitHubLab, Search for projects on all the major Git platforms
#49Earlier quoted context omitted.
Thanks, it's a simple layer on top of the existing APIs and search interfaces so it's not nearly as feature complete as those other services(that would require actually crawling and indexing). I made it just for fun but who knows, might be worth expanding on.
What's the front end? I've been thinking of building something similar, but I'm bad at front-end tech.