Steve Pulec

Results 87 comments of Steve Pulec

Looks good. If you fix the conflicts, I'll be happy to merge

Agreed. A PR would be very welcome. Setting this as a feature request.

I'm open to the idea; it seems reasonable. If someone wants to push on this (including yourself), I would suggest proposing what a solution might look like before anyone implements...

Yeah, that makes sense. I could imagine some type of more generic registry where we hook up task processors with queue names.

Agreed. Unfortunately, I don't have much time to spend on this project. If someone has time to make a pull request, I will happily merge.

We use [lib2to3](https://docs.python.org/2/library/2to3.html), which is a bit of a wrapper around the ast. I think this is probably occurring as part of [fix_indentation](https://github.com/spulec/pep8ify/blob/master/pep8ify/fixes/fix_indentation.py), but I'm not positive.

Hi Sumana, pep8ify is a sublass of the python builtin 2to3 command. You can look in the 2to3 main command (http://hg.python.org/cpython/file/123804a72a8f/Lib/lib2to3/main.py) too see what is being called in pep8ify. You...

Yup, definitely a bug. Thanks for reporting. I don't have much time to spend on this project these days, but happy to accept a PR if someone else wants to...

Python requests allows passing `data` as a dictionary. See [here](http://docs.python-requests.org/en/master/user/quickstart/). Are you running into problems with this?

Hmmm, that works for me. Can you let me know which version of uncurl, python, and your OS? If you have a full stacktrace, that would be helpful too.