Leon
Leon
>Consider replacing the Value types `Filesize`, `Duration`, and `Date`, perhaps with String+metadata. Do not do this. These have valuable operation support. For instance, you can currently write Date - Duration...
External exit codes work differently from built-in syntax and command errors, because a lot of external programs use `exit 1` to mean stuff like "didn't find anything", "no files changed"...
Yes, the current inability to easily "early exit" a pipeline is quite a problem, I admit… You could rewrite the bash alias as a multi-line `def` that has an `if`...
`null` isn't a command, though - it's literally the `null` literal. You're just putting the value `null` into the pipeline instead of the input, i.e. exactly what `ignore` says it...
I notice this is from the Linux build. Please run `config nu` and report the value of `filesize_format` and `filesize_metric`.
OK, so, if `filesize_metric` is false, then KB values will be converted to KiB values, which is the Windows standard instead of the ISO standard. The ISO standard is also...
That's understandable. I thought it was a little weird myself. However, A) this isn't really about the merits of this particular issue, which is predicated on the assumption `get `...
I actually went back to check on the reason for the `get ` and `select ` change, and it turned out it was for consistency in supporting deep paths, i.e....
> I think this is a good organization step to take but it worries me since it will literally break everyone's configuration. I just said: >All old options' positions continue...
Also, can someone tell me why *only* the macos CI test suddenly doesn't work, and why it seems that the CI framework is injecting .DS_Store files into the test runner's...