LimingFang

Results 8 issues of LimingFang

## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. What did you do? - clone this repo - run `make test_others` rust version: 1.60.0 (stable...

type/bug

(我目前在写 chp3。 背景:“锯齿螈”内核(就是先一次性加载所有程序,然后顺序运行),ch3分支。 问题概述:假设每个程序是2MB,一共两个程序。那么它们在链接时会在0x8020_0000上面一点,但是运行前会分别被拷贝到[0x8040_0000,0x8060_0000)和[0x8060_0000,0x8080_0000)。然后修改第二个用户程序,只需要改成`println!("{}",1)`,然后在`fs.rs`里打印缓冲区起始地址,会发现它并不在[0x8060_0000,0x8080_0000)之间,而是0x8020_0000上一点(即链接的位置)。

bug

我先用中文描述一遍,方便更准确的表达问题吧,之后有解决方案了在翻译成英文。 --- 我在emacs app下用`citre-peek`的时候,window跳出来还比较正常的配色: 但是在terminal下配色就比较晃眼,尽管emacs本身配色不错: 所以想问下,peek-window配色支持自定义吗

help wanted

### Environment - OS and version: macOS Monterey 12.4 - VS Code: 1.68.0 - C/C++ extension: 1.11.0 - OS and version of remote machine (if applicable): no - GDB /...

My environment is MacOSX10.15 I met the following problem: ``` make[2]: *** No rule to make target `ext/yaml-cpp/src/yaml-cpp-build/libyaml-cpp.so', needed by `librl_engine.dylib'. Stop. make[1]: *** [src/CMakeFiles/rl_engine.dir/all] Error 2 make: *** [all]...

1. Replace boost pointer container with std container in AsyncLogging( `std::vector` actually). 2. When CMAKE_BUILD_NO_EXAMPLES=ON, we shouldn't build cdns(I think), since it's under example directory.

## detail | 详细描述 | 詳細な説明 _env.sh_ 中既有 `REDIS_HOST`+`REDIS_PORT` 又有 `ENDPOINT`:redis 是运行在本地(例如 ubuntu)上吗,还是阿里云之类的云服务器?“然后将 7860 端口通过公网 IP 代理出去”,这里代理出去是指,数据从 7860(server_port)端口流向公网 IP,然后又流向 REDIS SERVER?可是配置里没有提到公网服务器是如何配置的

Firstly, i build the wssclient and connect to the websocket. I use the debug_asio_ssl client for more debug information. The websocket addr is wss://test.deribit.com/ws/api/v2 and i create the connection successfully...