alesito85
alesito85
Any particular reason this isn't added to the repo?
I'm noticing an issue that I think is similar to this one. Essentially it looks like it boils down to exactly the quote below. > This sounds like Nushell is...
I've checked this out and I think there needs to be a decision about how to best handle this, because I don't see it as a bug but it's basically...
@rgwood I'd appreciate if you could provide some insight here.
I think that `get` serves it's purpose by allowing to fetch data from same row multiple times because one can then kind of transpose the data if one wants. But...
> But I really don't know what the use case is for that, especially since they're identical outputs. So, maybe it's just better to have select not hang? The difference...
That's likely, yeah. And it makes me think that sudo may have to be implemented in the same way, by wrapping it as an internal command to be handled along...
The problem with `System Volume Information` is that the metadata function call fails because the user doesn't have access to this information. So we can't even check if the folder...
Actually that was a typo, fixed it. We could also hardcode the exception...
What kind of solution would you prefer though? Standard library work or exception based on file name (in relation to the folder being in drive's root)? Maybe I'm just lacking...