NullYing

Results 78 comments of NullYing

突然发现微信支付的加解密部分重合了,我上周又重复写另一遍【捂脸哭】

目前我这边有电商收付通的需求,可以加一下这部分的。目前纠结旧版的跟新版怎么命名目录结构比较合适?@messense 新增payv3目录,还是?

框架搭好了,后续只需要补充相应的api上去 https://github.com/wechatpy/wechatpy/pull/672

是NOQA不起作用了?过不了CI了 Unused IotClient imported from wechatpy.iot.client

I can print with chinese characters in master branch, but I can't find a better way ```python p = Dummy() p._raw("中文\n".encode('GB18030')) p.cut() ```

> Hi, thank you for your contribution. > May I ask you please to rebase your commit messages to English? > Sadly, magic coding module cannot handle Chinese

Now, the magic encode feature will handle this transparently

> If a string contains text that can be decoded by gb18030 and text can't, Will this simple manipulation break the other text which cannot be decoded by gb18030? yes,...