Sophia J. Turner

Results 193 comments of Sophia J. Turner

I just tried this in Linux, and I don't see a repro. I wonder if it's platform related?

I just posted a PR #2934 that should change how alias gets its coloring. After this lands, can try again to see if it still happens?

Oops, nevermind. I don't think the fix I did for #2934 is going to work. Need to rethink it.

I can repro now. I had misread the repro steps. So it's not the `alias` command failing, it's the running of the alias itself.

On the latest main for `macos-aarch64`, I'm not seeing the crash: ``` ❯ ls a% Error: nu::shell::directory_not_found (link) × Directory not found ╭─[entry #16:1:1] 1 │ ls a% · ─┬...

Reopening for now to make this easier for folks to find

on a related note: I'd like a way in the signature to say that calls need to preserve the order of the arguments (rather named or positional) so that it's...

Say you want to pass through something like this (one flag and one positional param): ``` > call --foo 123 ``` In nushell, this is also valid: ``` > call...

I'm trying to think through some options here: * We could add the support to more commands to convert binary to utf-8 automatically * We could add external signatures that...