Results 7 issues of Lin

$ python a.py /home/ning/.pythonbrew/pythons/Python-2.7.3/lib/python2.7/site-packages/d3py-0.2.3-py2.7.egg/d3py/figure.py:19: UserWarning: Module argparse was already imported from /home/ning/.pythonbrew/pythons/Python-2.7.3/lib/python2.7/argparse.pyc, but /home/ning/.pythonbrew/pythons/Python-2.7.3/lib/python2.7/site-packages is being added to sys.path from pkg_resources import resource_string Traceback (most recent call last): File "a.py",...

hi, ngx module code :: ``` /* Fetch the chunk from mongo */ do { e = FALSE; cursors[i] = gridfile_get_chunks(&gfile, i, 1); if (!(cursors[i] && mongo_cursor_next(cursors[i]) == MONGO_OK)) {...

support keyspace anslysis ``` $ time ./redis-rdb-tools/rdbtools/cli/redis_stat.py -k 'user-' -k 'file-' dump.rdb.part - cnt cnt_hash cnt_string mem mem_hash mem_string z_cnt_no_expire z_sum_expire user 220178 220178 0 34886519 34886519 0 0 -81039445726.0...

connectTimeout is 1s now, which is not suitable for all situations ``` connectTimeout := sessionTimeout * 2 / 3 ```

case1: 1. change the canvas size, 2. draw a line 3. ctrl-z : I saw the canvas size changed back to default case2: 1. change the canvas size 2. refresh...

can't tell how I love this plugin, I have tried to do the same thing in the past year and came up with something worked for me. then I found...

how it works: 1. when we receive USR1 signale, we will fork and exec with new binary and new config. 2. the new process will inherited all listen-socket from the...