Max Countryman

Results 181 comments of Max Countryman

Still not passing due to: ``` rauth/session.py:153:13: E125 continuation line with same indent as next logical line ``` Also Github does not send notifications when PRs are updated, so please...

Still failing: ``` rauth/session.py:153:9: E122 continuation line missing indentation or outdented ``` You may want to run tests locally via tox or some other runner. Also you can check TravisCI...

Are you running the tests with tox?

How are you running the tests? It seems like it's not compatible with the Travis runner.

It looks like the tests still aren't passing on Travis. More formatting errors.

Can you post the actual error?

It's a little tricky because of course each provider might format their errors differently. For instance, not all providers will return JSON. I'm not opposed to a more dynamic way...

@shuaishuai sure, feel free to make suggestions. I'm open to pull requests. :)

@J0 since you're asking folks for feedback and want to indicate interest level, it would be nice if this issue could stay open. It being closed could signal that this...

You probably want to use the pre-0.5.x version of rauth, e.g. 0.4.x, if you want to use Flask-Rauth, for the time being. However, I will say that using rauth with...