Darren Schroeder

Results 2076 comments of Darren Schroeder

> looks normal to me ... LOL. I don't think bash is written in rust so it doesn't uss the same crate source code such as `library/std/src/sys/unix/time.rs`. so it's not...

I don't think it's the directory that's causing the problems. There is probably 1 file with a messed up access, modify, change, or birth date that is funky that is...

I think you've put your finger on what the issue is but it's going to take someone, like yourself, with those messed up dates, to try and make nushell's ls...

My research into this, that I posted on Discord, was that I was guessing that it worked this way because `start` takes `SyntaxShape::String` as a parameter whereas `touch` takes a...

I can complete with single, double, or backtick quotes in this use case on macos in 0.96.2

Everyone has a different opinion on what "intuitive" means. Traditionally in nushell `(` and `)` mean to evaluate whatever is between them. So, for me, `return x | y` is...

> Do you know the PR by any chance? #13385 changed `$env.blah = blah` and `const a = b`. I think `let` and `mut` were in another PR a while...

@NotTheDr01ds Seems like you'd be a good tester with some feedback on this PR since it's in the same vein https://github.com/nushell/nushell/pull/9632

I'm wondering if `take while` or `take until` are a better fit here?

I don't use qemu so it's hard to tell. I'm guessing it could be something with how nushell communicates on stdout with the pipeline.