Luke Lee
Luke Lee
Thanks for the input. Good to get some ideas bouncing around. Tags are different in this context. They are more narrow and descriptive than the stacks. The stacks serve as...
We're currently using timeout values for the cache instead of checking github for changes. This isn't ideal because we could serve stale data from the cache if it's updated on...
The article.py file probably needs more work that file.py so we should focus on that first. I have a few random ideas for how to go about this refactor to...
There's a rule in the Makefile to run tests if you're on a UNIX machine or Windows with Make installed, just run "make test". You can also run "py.test" from...
I prefer to use the [pytest](http://pytest.org) framework for the test runner. There's nothing pytest specific in the existing tests so we could discuss using something else if you have a...
I'm definitely not opposed to docker. I've read a lot about it just haven't had a chance to use it yet in person. We're using heroku for hosting right now...
Thanks! All the config variables are documented in the example_config.py file at the top level of repo. Let me know if you find anything missing! On February 22, 2016 at...
We might be able to handle this on the front-end with javascript. Maybe we can detect any HTML references to a file or image that have no path information and...
See [this documentation](https://developer.github.com/v3/activity/starring/#star-a-repository) to see how to star a repository via the github API.
Copied from the [github contribution documentation](https://help.github.com/articles/why-are-my-contributions-not-showing-up-on-my-profile/#commits). We must satisfy at least 1 of these: - You are a collaborator on the repository or are a member of the organization that...