Darren Schroeder
Darren Schroeder
Thanks. Let's try it out.
Hmmm, or maybe we could have multiple errors per pipeline. I've seen that before. Not sure if we should go back to the first error and report that or just...
Thanks for trying to push this forward. What you've described with some commands handling streams and others not handling them is definitely plausible. Each command has its own code so...
I'd guess this was more of a problem with `job spawn` than `stor`. I'm not sure how `stor` is supposed to know it's being launched with `job spawn` and then...
It's kind of strange that the cargo.lock file is being updated in this PR. Is there a reason for it?
`$in` used to collect. Not sure it still does but you can test without it. Also, `where` can use `$it` without a closure since it's a "row-condition" command, like the...
ping me when you're ready to land it.
looks like it was merged
`NU_VENDOR_AUTOLOAD_DIR` was creates so that package managers could include a custom auto load dir at compile time. I'm not saying we can't change that, but that was the intent of...
I haven't looked closely enough but what about $nu.user_autoload_dirs? Should they be loaded too?