Articles with the github tag
GitHub has made changes lately that are trending towards fulfilling the
"Social" part of their "Social Coding" tagline. Recently
this has taken two forms:
- They have made unlimited private repositories free for everyone and
anyone who was paying them for private repositories gets a special badge
for social caste status …
Posted on 11 January 2019 by Ian Stapleton Cordasco
After mostly finishing github3.py I started writing the unittests for
the library. I waited until the end because I knew I wanted to test directly
against the API. To do that, I needed to make sure I had all the functionality
that would return the proper objects to …
Posted on 18 September 2012 by Ian Cordasco
I've just had a few things kicking around in my head lately and I thought I'd
jot them down.
github3.py
With the exception of paginated calls, github3.py is essentially feature
complete but is lacking tests for everything. My plan as of this point in time
is to finish …
Posted on 20 August 2012 by Ian Cordasco
I previously mentioned my work on github3.py and how I was having trouble
creating downloads on GitHub because they use Amazon's S3 service for the
uploaded files. What this means is that first you have to "create" the
download on GitHub then you have to upload the actual file …
Posted on 02 August 2012 by Ian Cordasco
After finishing finals, I started working on my project to wrap the Github API.
Recently, I came across the area of the API dealing with creating a download on
a repository. The one thing
that has made this project so enjoyable has been requests. Upon reaching this
section, I noticed …
Posted on 17 June 2012 by Ian Cordasco
After encountering some problems working on github3.py I stopped by #github
on Freenode to see if anyone else had come across the same problems. While
there, I noticed a lot of people asking some basic questions about how to do
things with respect to git and Github. They seem …
Posted on 12 June 2012 by Ian Cordasco
The Context
I use sprunge.us on the rare occasion that I need to paste something for
someone else to see. It's simple to use, written in python and open source.
The chief example when you visit the website uses curl (and I love using the
command line for as …
Posted on 09 June 2012 by Ian Stapleton Cordasco