Taylor D. Edmiston

Results 29 issues of Taylor D. Edmiston

http://www.eightouncecoffee.ca/index.cfm/product/406/coffee-sock-aeropress-filters.cfm http://www.originalaeropress.com.au/store/p38/Coffee_Sock%3A_AeroPress.html

enhancement
backlog

There's another Awesome Airflow repo that's taken off recently at https://github.com/jghoman/awesome-apache-airflow with 9 contributors and 125 stars. What do you think about merging the contents of this repo into that...

I've noticed there are two naming styles used: CamelCase and snake_case. For example, `Person.PersonType.Customer` vs. `Book.BookTypes.short_story`. (Side thought: __Type_ vs __Types_) From `README.rst`: ``` class Person(models.Model): # Choices class PersonType(DjangoChoices):...

Documentation

Hi - I found your repo today and would like to maintain a similar repo for my own Stack Overflow contributions (https://stackoverflow.com/users/149428/taylor-d-edmiston). Do you happen to have a script that...

All in subject. Thank you for publishing your solutions. Looking forward to perusing these further!

In trying to help answer someone's question on Stack Overflow, I came across what may be a bug, or perhaps just something that's unclear to me. The full details are...

needs patch

I just installed UnitTesting last night and am really happy with it so far. In my Python code outside of Sublime plugins, I like to use other frameworks that build...