Darren Schroeder

Results 2074 comments of Darren Schroeder

We've landed a change recently that will eventually deprecate `source` entirely. There's a `source-env` for environment variables which I believe works with dynamic paths. And there's `use` for defs in...

@jjpe It's brand new, so I don't think it's been documented yet but here's the intent as I understand it. 1. Be able to use dynamic paths. 2. Only bring...

it looks like the terminal is being left in a weird state and requires a reset. It almost looks like it's responding to a line feed but it also needs...

This is what we were using to reset application mode. I think this was for ssh, iirc. ```rust const RESET_APPLICATION_MODE: &str = "\x1b[?1l"; ```

> ... I am not sure exactly how it works and why we need it, what it does etc... This was introduced with #4706 and i added to it in...

The key for anyone wanting to implement this are these lines of code: https://github.com/nushell/nushell/blob/6fbc76bc0f9a0105b2f5b86244718cc57f70614a/crates/nu-cli/src/repl.rs#L460-L480 Keep in mind that this runs in the repl loop so any changes here run after...

maybe we should remove our exec command. it seems like it causes a bunch of confusion/trouble.

@panicbit can you help me figure this out please? Something weird is going on. I think it's in table. I added this to help.rs and everything is highlighted correctly, but...