How We Work on Queries at GitHub
11–20 of 30 posts
Re: How We Work on Queries at GitHub
#12Thought I'd let you know you have an error in your json - section.name (http://i.imgur.com/CoHol0f.png)
;]
Re: How We Work on Queries at GitHub
#13Nice read Sam, thanks for the writeup. Thought I'd let you know you have an error in your json - section.name ( http://i.imgur.com/CoHol0f.png ) ;]
Re: How We Work on Queries at GitHub
#14Re: How We Work on Queries at GitHub
#15Is haystack open sourced anywhere?
Re: How We Work on Queries at GitHub
#16Re: How We Work on Queries at GitHub
#17Are all github internal services a dark colour scheme? good way of determining internal vs external I suppose
Re: How We Work on Queries at GitHub
#18Re: How We Work on Queries at GitHub
#19Why doesn't Github open source their products/libraries regularly ? There is too few open source projects from Github on Github.
https://github.com/github https://github.com/libgit2 https://github.com/boxen
When it's easy to extract, well-documented, and has a clear team of maintainers, we try to open source. Sometimes it's difficult to nail one or all of those bullet points, though.
Re: How We Work on Queries at GitHub
#20Is haystack open sourced anywhere?
Unfortunately not. It is so closely tied to our applications.
I don't know if you're at liberty to discuss further, but how has it been scaling a giant Rails app? Have there been any pushes to break it up into smaller components? Ie. fast moving stuff stays Rails, core infra moves to something statically typed?