Usagi Ito

Results 14 comments of Usagi Ito

Oh, `wasm-client` is deprecated? Surely, `cargo check` and `cargo test` work as expected in [surf/wasm-test](https://github.com/http-rs/surf/tree/main/wasm-test) if modified from `wasm-client` to `h1-client`. My problem has been solved thanks to https://github.com/http-rs/surf/issues/345#issuecomment-1130317260 and...

@goto-bus-stop Unfortunately yes, this problem occur in these any versions: - `surf = "1.0.3"` - `surf = {git = "https://github.com/http-rs/surf", tag = "v2.0.0-alpha.0"}` - `surf = {git = "https://github.com/http-rs/surf", tag...

The cause appears to be https://github.com/microsoft/terminal/pull/13028. In this PR, it is declared that > This change should have no negative impact. and > If there's any reason to have to...