Darren Schroeder
Darren Schroeder
I'm not sure what to tell you. This example isn't easily reproducible so it'll take someone who knows tmux and nushell to figure it out.
You might try it and report back. 13023 is definitely a weird issue.
What do you get with this command `nu -n --no-std-lib --log-level info`? This is what I get on my mac. ``` nu -n --no-std-lib --log-level info 2024-06-17 11:26:19.834 AM [INFO...
This is why when I added it, I added an option to turn it off. You're right that this functionality does a `which` with each character typed. I thought about...
The only option right now is to set $env.config.highlight_resolved_externals to false to disable it or true to enable it. There are some factors that influence the performance though. If you...
@rgwood I was doing some work today and noticed a flaw in `header_on_separator` functionality that makes me not want to use it by default until the bug is fixed. Here's...
https://github.com/nushell/nushell/issues/13287 for tracking this truncation bug
I think this would take some hackery to fix because IIRC "markdown" is just an option on the tabled crate.
Just to track it further. Here's what I posted in discord. ### This is my WSL ```nushell > nu -n > $nu.startup-time 32ms 480µs 673ns > exit > nu -n...
I thought it might be good to run the tests i did again for fun but when I started i noticed that `nu -n` is printing the startup banner. I...