Douglas

Results 251 comments of Douglas

> I've always thought that we'd eventually have another sigil to indicate internal command just as `^` indicates external command. Perhaps `@` or `%` or `&`? Honestly, I've always thought...

Yes, this was implemented in #9371 (and the corresponding Reedline https://github.com/nushell/reedline/pull/566) just over a year ago. However, there might be a slight bug in it depending on how you view...

Agreed - That's what tips me to "bug". Then again, I think the second `upsert` on the commandline is the one that's getting executed first, so the *parent's* parent doesn't...

While useful from a filtering perspective, that would make the "on screen" `ls -l` display much less compact. E.g.: ```nushell ╭───┬────────────────────┬──────┬────────┬──────────┬───────────────────────────────┬───────────┬────────┬──────┬───────┬─────────┬──────────────┬──────────────┬──────────────╮ │ # │ name │ type │ target │...

Your original example uses "table literal" syntax, which is probably a bit underutilized. I'm honestly a bit surprised it wasn't deprecated after the "list of records" syntax became available. I...

@kumarUjjawal or @bhaumikmaan Would you be willing to share if this PR and the subsequent review was done as part of a class assignment/homework?

@kumarUjjawal Thanks! > Can you elaborate more on why this question arrised in your mind? No worries, and I do believe you; it just reminded me of some activity we've...

> to confirm my understanding, would an example like the following be more in line with what we’re aiming for? For the command `mv`, we should only include relevant alternatives...

@bhaumikmaan Also no worries - And thanks for the contribution. Agreed, it wasn't great, but we all start somewhere, and hope to see more. Thanks!

What's a use-case for this? Put differently, in what situation would it cause an issue if the Nushell `cal` is different from the Linux `cal` for dates that far back?