Chris Wood

Results 11 comments of Chris Wood

Thanks for the fast reply! I should have been clearer about the removal of the cookies code (and the lack of a PR) - I did it to simplify the...

Thanks for the thumbs up. I will aim to pull something when I next make a related change in the client webapp, so can't be sure of a timeline just...

@shodgetts Were you able to do recreate? I am experiencing the same surface bug as per https://github.com/GetStream/react-native-activity-feed/issues/93#issuecomment-809273185

Could this be related to https://github.com/GetStream/stream-js/issues/423 ?

+1 to this. If I am already running a module by `python -m mypackage.mymodule` then being able to immediately replace `python` with `ipdb` on the command line to rerun with...

I just tried downgrading `ipdb` whilst using iPython 5.1.0 and the issue persists.

The exception is raised at https://github.com/SparkPost/python-sparkpost/blame/master/sparkpost/transmissions.py#L105 The inline string there will be a `str` in Python 2, so can't interpolate a unicode string.

Arguably this is a bug.

Quick fix possible by changing `User.objects.create(**fields)` to `User.objects.get_or_create(**fields)` ?

Hack alert: I've found that replacing `pow_routes()` with its sub-macro `pow_session_routes()` prevents registration using the default Pow route (though `/session/new` will 50x) whilst not affecting Pow Assent.