Wind

Results 163 comments of Wind

Currently the newest mio version is 0.8

Got the same issue while Updating crate.io index... The error message is: ``` warning: spurious network error (2 tries remaining): HTTP parser error: stream ended at an unexpected time; class=Net...

I'd vote for this, left close and right open is normal behavior across many languages

> I'm still voting to keep Value::RawString, Expr:RawString, Type::RawString, and SyntaxShape::RawString for now Sure! I'm ok with it, I can try to look into it and remove these `RawString` things,...

Good job! I want to have something like this for a long time! ---------------- Regarding to your questions: > Currently, job list reports jobs as either running or completed, but...

Thanks for making the change to improve user experience, would you please resolve conflict first? (due to #11868 is merged)

Thanks for your contribution! But sorry I don't think `sleep` needs such feature, maybe you can implement it in plugin.

I think it's already handled by [reedline/](https://github.com/nushell/nushell/pull/12179) Can we close it?

I have played with bash and fish, what they do for `ls foo*` is like: 1. find all files which starts with foo 2. then lists all these files, if...

It should fix: https://github.com/nushell/nushell/issues/8072