mrpre
mrpre
# Bug reports After go-prompt exit the BASH doesn't show what I have inputed. It's All ok when go-prompt doesn't been run. input: date + enter ``` [root /ctl] $date...
only single quote can be recognized in `usql` ``` my:[email protected]:3306/mydb=> update `version_release` set `db_type` = 'Redis'; UPDATE my:[email protected]:3306/mydb=> update `version_release` set `db_type` = "Redis"; error: mysql: 1054: Unknown column 'Redis'...
I find each time I execute `RG.PYEXECUTE "gb = GearsBuilder();gb.run()"`, the `CurrAllocated` showed in `rg.pystats` increase. ```shell 127.0.0.1:6379> rg.pystats 1) "TotalAllocated" 2) (integer) 10585184 3) "PeakAllocated" 4) (integer) 4045354 5)...
https://github.com/libbpf/bpftool/blob/43b5daa16a4b8afd71bba491950b54219fc35988/src/cgroup.c#L235-L245 `prog_attach_flags` is the latest field in uapi but not exist in older kernel https://github.com/torvalds/linux/blob/7d2a07b769330c34b4deabeed939325c77a7ec2f/include/uapi/linux/bpf.h#L1400-L1407 and in kernel it will ensure all fields after it's last field(`prog_cnt`) must be zero...
make v8: ``` [root@iZrj9d82e7n0tt9r616mvxZ wasm-c-api]# make v8 if ! grep wasm-v8-lowlevel v8/v8/BUILD.gn; then \ cp v8/v8/BUILD.gn v8/v8/BUILD.gn.save; \ cd v8/v8; \ patch < ../../patch/0001-BUILD.gn-add-wasm-v8-lowlevel.patch; \ fi patching file BUILD.gn Hunk...
(1) What's the necessary of qat_config_mem.ko ? I simply `rmmod` it while Nginx was still running and found Nginx worked and reloaded correctly. (2) Next few days after I did...