jeff kit

Results 6 comments of jeff kit

> is this change really needed? Yes, this issue is also exist in the earlier version of django_celery_result project. Check the [readme](https://github.com/celery/django-celery-results#issues-with-mysql) for detail. we use utf8-mb4 as our mysql...

hey bro! thanks for your review. Indeed, tail recursion is not the best way to handle the connection error here. But fortunately, the tail recursion is only execute when redis...

token要去掉和空格,参考格式: 1d635e3e44dd34f4b18893de50c1476805f921e28d92e76a9e29a5281c576 说明文档的确不够详细,如果你熟悉python的话建议直接看源码。 另外,apnsagent实现的推送协议是简单推送协议,苹果在将来可能会停止支持。 我现在在实现高级版本的推送协议的程序,apnsagent将会被弃用。

几个问题: - `lambda s: (s.encode("utf-8") if isinstance(s, str) else s )` 这行代码对于中文字符串转换是出错的。str是否应该为unicode? - 新增的代码没有符合PEP8规范。 - unicode的函数没有必要用于所有的参数,只有xml参数才可能会有中文需要特殊处理。

@qwIvan 推荐使用wechatpy了。 我这个库没有更新。

@qwIvan 我居然动了重新维护的念头。