Darren Schroeder

Results 2076 comments of Darren Schroeder

[Config file loading rules](https://gist.github.com/fdncred/b87b784f04984dc31a150baed9ad2447/) - I think it still works this way. Notice that autoloading is not included here simply because it's a new feature. We could add the functionality,...

We've documented how it should work here https://www.nushell.sh/book/configuration.html#detailed-configuration-startup-process I think that's the link you're looking for.

Correct. Documentation wasn't meant to fix the problem but explain to you how it's supposed to work. It mentions autoload ![Image](https://github.com/user-attachments/assets/54c1db57-7384-42a1-8981-f534d0b726ac) as well as explains that `nu -c` doesn't load...

`NU_VENDOR_AUTOLOAD_DIR` was meant to be used at compile time to set autoload dirs

I just tried your steps without issue in MacOS.

The winget completions probably need to be updated. I think it's been a while since anyone has looked at it. Feel free to find out what's wrong and submit a...

@sholderbach does that mean we're ready to land this?

Good catch. The column names should be required to have `?` for renames and selects even if they're optional. Let's revert.

On both of your keybindings you're using `until`. `until` means "run these things in order _until_ one works". I'm wondering if that's what you're meaning to do. Here's how you...