29

Results 41 comments of 29

Upgrading hyper to v1 can also close this issue: https://github.com/seanmonstar/warp/issues/1100

F.Y.I. https://github.com/alexcrichton/filetime/issues/84

I think the simplest way to solve this issue should be to call: `nu_ansi_term::enable_ansi_support();` on Windows.

salvo (fixed and released in v0.67.2 - 已修复并发布于v0.67.2): issue: https://github.com/salvo-rs/salvo/issues/764 pr: https://github.com/salvo-rs/salvo/pull/765

poem (fixed and released in v3.0.0 - 已修复并发布于v3.0.0): issue: https://github.com/poem-web/poem/issues/661 pr: https://github.com/poem-web/poem/pull/780

axum (fixed and released in `hyper-util v0.1.4`): issue: https://github.com/tokio-rs/axum/issues/2611 This is actually a lower-level `hyper-util` bug (fixed and released in v0.1.4): issue: https://github.com/hyperium/hyper/issues/3576 pr: https://github.com/hyperium/hyper-util/pull/101 The following bug has been...

warp (not fixed): issue: https://github.com/seanmonstar/warp/issues/1100 This is very similar to the Axum bug above, but the solution using the patch `hyper-util` provided by Axum is invalid. We need to wait...

viz (fixed and released in v0.8.5): issue: https://github.com/viz-rs/viz/issues/138 This bug is almost 100% the same as the above-mentioned axum bug, so I won’t go into details again. ---------------- viz(已修复并发布于v0.8.5): issue:https://github.com/viz-rs/viz/issues/138...