Josue Kouka

Results 47 comments of Josue Kouka

@unpairestgood , Hello Paul, don't worry, i will dive into that this weekend, and try to figure out why it doesn't work anymore. I may have an idea though. I...

I think that, one way of fixing that issue, would be to put the **transaction class** into his own file. I will try this one, and keep you posted

Paul, i do believe that transaction doesn't support **put** but **post**. The method isn't that different anyway ``` python def _post(uri, transaction): headers = {'Content-Type':'application/xml'} data = transaction.to_xml() response =...

The `dev_requirements.txt` contain packages required for the development purpose, testing packages included where as the `requirements.txt` only contains dependances of the library/module ... So `dev_requirements.txt` = `requirements.txt` + `testing packages`...

I do use tox too ( on my other project ). It would definitely by great to use **tox**.

Hi, sorry mate but this project isn't on pypi. You'll have to clone it. If you intent to work on that, i can give you the ownership because i won't...

Hello @unpairestgood , about the roster resource, it seems like the only sub-resource possible is the **player resource**. Couldn't we just remove the **sub** attribute from the **_get_roster_plalyers**_. I will...

@unpairestgood , ok. Don't worry, take all the time you need. There's no rush after all. The first release is at latest at the end of the month, and we've...

> I wasn't able to merge the changes you made in your master branch into my forked repo. I'm not sure if this is because of the Travis changes or...

By the way what happens when you merge it ? Don't worry, fixing merge conflict isn't that of a big deal anyway, just merge then _fix the merge_ by going...