WeizhongTu

Results 9 issues of WeizhongTu

https://github.com/jsocol/django-ratelimit/blob/master/ratelimit/utils.py#L79 `w = ts - (ts % period) + (zlib.crc32(value) % period)` I've found it's hard to understand the code, could you please explain why add a crc32 constant? ```python...

documentation

``` java -cp dist/*:lib/* aamtool.ReactionDecoder -Q SMI -q "CC(O)CC(=O)OC(C)CC(O)=O.O[H]>>[H]OC(=O)CC(C)O.CC(O)CC(O)=O" -g -j AAM -f TEXT ``` zsh: no matches found: dist/_:lib/_ see: http://stackoverflow.com/a/10230446/2714931

feat: check domain empty string

The issue tracker is **ONLY** used for the go client (feature request of RocketMQ need to follow [RIP process](https://github.com/apache/rocketmq/wiki/RocketMQ-Improvement-Proposal)). Keep in mind, please check whether there is an existing same...

The issue tracker is **ONLY** used for the go client (feature request of RocketMQ need to follow [RIP process](https://github.com/apache/rocketmq/wiki/RocketMQ-Improvement-Proposal)). Keep in mind, please check whether there is an existing same...

``` type Producer interface { Start() error Shutdown() error SendSync(ctx context.Context, mq ...*primitive.Message) (*primitive.SendResult, error) SendAsync(ctx context.Context, mq func(ctx context.Context, result *primitive.SendResult, err error), msg ...*primitive.Message) error SendOneWay(ctx context.Context, mq...

discuss

from . import \* 在 Python3中还是可以使用的,符合语法规则,我测试的 Python 3.5 PDF 87 页

support multi or query, such as ``` (A=1 OR B=2) AND (C=3 OR D=4) ```

django-debug-toolbar==0.10.2 need django