Wind

Results 163 comments of Wind

I still fail into a trouble to play with the following two cases, given two files: `touch a*c.txt abc.txt`. | Number | Custom command | run | result | -------...

Reply to @kubouch 's proposal: > Add a new Value::Glob variant which could be passed around and cast to/from string (into string, into glob) to prevent glob expansion or collected...

Tried to look into it, and found it doesn't work with `$in`, panic can happened if we have a recursive call. Here is a smaller reproducable example: ```nu def px...

@texastoland Oh sorry...I just created a pr to try to fix it. The stack trace is similar to https://github.com/nushell/nushell/issues/11351#issuecomment-1859142098, starts with highlight function.

Hi, @edhowland You don't need to close it manually. It will be closed automatically once the pr is merged.

Hmm...Or the variable shouldn't defined? And I'm not sure how it breaks test code, need to take a deeper look

Hi, refer to let assignment, sorry I don't have a perfect way.... Currently I have two options: 1. Throws out error if external command runs into failed and then in...

Yeah, I like 1 too, and I've update title and descripiton to reflect latest changes

In this case x will remain undefined