Zhongwei Yao
Zhongwei Yao
Hi, there, In *nix convention, return value 0 means success. But in the Seatest Hello World, it return 1 when success, which is a little surprise to caller. Is any...
Hi, I try to install the latest version of aweshell and test it with emacs -Q. But I find completion can not move forwards word by word (I tried varies...
Does ede-compdb support --sysroot option now?
I'm on a Graviton instance. The rr replay works good on the exact same trace weeks ago. But without change rr itself and gdb, today I open the rr replay...
Hi, there, When I set a breakpoint and run "continue", rr will run to the following error. But if I do not set the breakpoint and run "continue", it is...
Hi, there, I have an issue: after jumped to a third party file (say a system include dir), how can I find further definition in that file? the default emacs...
when doing Nginx stress test by running test cmd: `wrk -t1 -c40 -d50s http://127.0.0.1:80`, I find the worker process of Nginx is not using 100% CPU, it is only 70%...