Darren Schroeder

Results 2076 comments of Darren Schroeder

Hey @PerBothner! No, there is no comprehensive documentation on parameters. Your best bet is `nu --help` and/or looking at the source code starting around here https://github.com/nushell/nushell/blob/fc8512be395777790bb3f3607ac3d5e9632251c6/src/main.rs#L98 You may also find...

making this a draft until we decide which way to go. thanks for your help figuring this out!

@fennewald any updates from your end? how's the testing going?

@jntrnr we have another vote to do this to revert the previous change. See #5625 for more details. Thoughts/opinions?

@jntrnr @fennewald Can we make some progress on this or should we just close it and figure out another way to approach this problem?

apparently this isn't going anywhere. thanks for the submission. we'd love to find a good solution.

I've tracked it down to this https://github.com/nushell/nushell/blob/233afebdf0bf4df9fedd8232da93c963ae91bc19/crates/nu-cli/src/prompt_update.rs#L97-L117. Unfortunately, I'm not sure how to proceed from here because any modification of `left_prompt_string` causes flickering. The only other idea I have is...

I give up on this. 😭 I've tried 5 or so ways to try and prevent this flickering by moving this shell integration settings around but every time the prompt...

Update: This is reproduceable with the prompt in our default_env.nu (below) so it's not related to my prompt script. It's related to every custom prompt. ``` def create_left_prompt [] {...

LOL. Yes, flickering on Windows is horrible. I can't figure it out. My guess is that it's not this PR directly because it's silly that this code change would cause...