Tzu Gwo
Tzu Gwo
I think it is convenient if implementing Body for h2::RecvStreamBody as default, because we get `http::Request` when we use h2 to handle HTTP2 requests. ```rust impl Body for h2::RecvStream {...
In current, the example code in README can not be compiled: ``` ❯ hvm run hello.hvm thread 'main' panicked at /Users/gwo/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hvm-2.0.15/src/main.rs:70:62: PARSE_ERROR - expected: name - detected: 7 | &!...
Codex CLI currently does not support dumping a conversation to a folder and resuming it. It would be better if we can support persisting conversations, and resume them later. It...