messense

Results 481 comments of messense
trafficstars

AFAIK, debug symbols aren't consistent across platforms either, on Linux they can be embed in ELF files, on macOS they're saved in separated `.dSYM` folders, I'm not sure about Windows....

Prebuilt binary releases are indeed useful. We do have Docker images now: https://hub.docker.com/r/fede1024/kafka-view/

Thanks for reporting. 感觉作为库还是不 monkey patch 好,交给用户决定是否 patch/改用 ascii 文件名。 这个问题可以加入文档/FAQ 中。

可以用 `curl -v` 来看 curl 传输的内容而不需要用 wireshark 抓包

Hmm, 可以试试这个:https://superuser.com/questions/291424/how-do-you-display-post-data-with-curl/1129975#1129975

用 nc -l 8080 试了下: ```bash curl -XPOST localhost:8080 -F meida=@测试.txt ``` ``` nc -l 8080 POST / HTTP/1.1 Host: localhost:8080 User-Agent: curl/7.54.0 Accept: */* Content-Length: 195 Expect: 100-continue Content-Type:...

看这个文档 https://qydev.weixin.qq.com/wiki/index.php?title=%E5%BE%AE%E4%BF%A1%E7%8E%B0%E9%87%91%E7%BA%A2%E5%8C%85/%E4%BC%81%E4%B8%9A%E4%BB%98%E6%AC%BE 好像企业微信的红包和普通微信支付的红包是一样的,只是需要先调用 [userid 转 openid 接口](http://docs.wechatpy.org/zh_CN/master/enterprise/client.html#wechatpy.enterprise.client.api.WeChatUser.convert_to_openid)再调用[微信支付红包接口](http://docs.wechatpy.org/zh_CN/master/pay.html#wechatpy.pay.api.WeChatRedpack.send)

OK,新的文档好像在这里: https://work.weixin.qq.com/api/doc/90000/90135/90275

倒是可以有个 `wechatpy.wxa`,然后想办法让目前的 `wechatpy.client` 里面的 `wxa` 使用 `wechatpy.wxa` 的实现避免短期内的 breaking change.

暂定 wechatpy 1.7,当然能进 1.6 也没问题。