Darren Schroeder
Darren Schroeder
Thanks for finishing this up. Let's give it a try.
That would probably take a new parameter like `detect columns --nushell` because it basically has to remove the box characters. However, it would have to know about the particular table...
Cool! You always come up with interesting things. I think this is a nice demonstration of how to use your new IntoValue code. However, here's my hot take. It was...
After yesterday's meeting, I think it's best to close this PR. Not because it's not done well and doesn't demonstrate IntoValue well enough, but because it just makes this code...
There is a command_not_found hook. I wonder if that could be used? Maybe not since the command is probably found but we just need help.
The std help is more of an experiment. We stopped working on it since std-lib takes so long to load. The plan is to eventually put the help in a...
@weirdan I think that's our goal. Move help to stdlib, put it in the prelude, remove all the rust help code. It all really depends on what type of a...
I'm wondering if this error is just because you're trying to use `$env.HOME` with a source command. What if you did something like this: ```nushell source-env ~/.config/nushell/defaults/env.nu ``` or constructed...
We think we've fixed that with this PR https://github.com/nushell/nushell/pull/9513. We'll have to wait and see.
Yes, my understanding was that in some circumstances you have to use an elevated prompt with winget to install nushell.