xiaobiaozhao

Results 7 issues of xiaobiaozhao

I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project. **# Why do we need this PR?** When we use Cosocket...

needs-test-cases

There is no way to resize a window by dragging the mouse. 1.3 version work ok. ![failed](https://github.com/mark-when/markwhen/assets/52393536/e99bd208-5833-4b4d-968e-a1c1222b19af)

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Motivation When the host has multiple disks, multiple disks can be used...

enhancement

post_json.lua ``` local cjson = require "cjson" local json_encode = cjson.encode local json_decode = cjson.decode wrk.method = "POST" wrk.body = json_encode({ ["key"] = "value" }) wrk.headers["Content-Type"] = "application/x-www-form-urlencoded" ``` 1....

Make WRK support LuacJSON

rocks options ``` options_.db_paths = {{"/mnt/rocksdb/a", 1000 * 1000 * 1000}, {"/mnt/rocksdb/b", 1000 * 1000 * 1000}, {"/mnt/rocksdb/c", 1000 * 1000 * 1000}, {"/mnt/rocksdb/d", 1000 * 1000 * 1000}}; ```...

async_io had ready, I think kvrocks should use async_io as default value.

release notes