Darren Schroeder

Results 2074 comments of Darren Schroeder

here's a svg i created using `ansi2` crate. it's not perfect but interesting. it's way too big too, needs optimization, e.g. each character has tags which bloats it. ![ls-xterm-no-font](https://github.com/user-attachments/assets/8a8d90ae-03ae-4f9e-ae4b-762fa0591d73)

I haven't studied all this code but I wonder if it could be because nushell uses NuMenuCompleter which may be different than what reedline uses internally. https://github.com/nushell/nushell/blob/c63bb81c3e6af38e4b528aac7eb6d491f0132758/crates/nu-cli/src/reedline_config.rs#L521-L536

it successfully told you that the command doesn't exist? it's not like a command failed. it's a command that doesn't exist. seems like zsh is returning 127 in this scenario....

This has come up a few times. I think our solution to this was allowing you to compile openssl statically instead of using the dynamic version. https://github.com/nushell/nushell/blob/2979595cc5223ce98d106893cccd55982895d5b5/Cargo.toml#L269-L271

We landed this PR recently which, I think, does some of these. Can you confirm? https://github.com/nushell/reedline/pull/844

I'd love to have a full/complete vim keybind solution with configurable keybinding. Most of the vim stuff is hard coded. Would love to change that.

Thanks. This looks cool and interesting but harder to maintain. Currently, I'm not a fan of doing it this way.

> Why specifically do you think it's harder to maintain? Because, to me, it seems more like a hack around the cargo pkg mgmt system that requires a separate level...

What benefits does this bring?