Eric van Zanten
Eric van Zanten
@fgregg Not sure if this is what you were talking about but, here ya go. Closes #7
I'm attempting a tacofancy API [over here](https://github.com/evz/tacofancy-api) and quickly realized that all I can reliably grok from the rendered markdown of the recipe pages is the title of the recipe...
In working with an OAuth endpoint that used SSL, I discovered that the certifying authority’s certificate (Network Solutions in this case) was not included in the cacerts.txt file that ships...
In working with an OAuth 1 endpoint that requires a scope parameter to be passed in when getting the access token, I discovered that, while this library supported passing that...
OK, I swear I started this last night... Anyways, Derek and I were talking about questions we might have about the data and thought it might be smart to start...
In the case where we have a view that requires loading a lot of bills, we should take advantage of using Django's `prefetch_related` and `select_related` methods to limit the number...
Things like `ocr_full_text` should live in the subclassed `search_index.py` in the city app.
As I'm going through and documenting the jurisdiction specific settings that one must change to get this going, it occurs to me that the way they are named assumes that...
@eads Thanks for your work on this! It's looking really great. I'm wondering if I should be expecting to find a `lib` module someplace that seems to do the serialization...
Some recipes have images such as: https://github.com/sinker/tacofancy/blob/master/shells/homemade_tortillas.md Figure out how to make that work within the randomtaco.me. Relates to https://github.com/sinker/tacofancy/issues/94