Darren Schroeder
Darren Schroeder
I suspect this is because of 2 reasons 1. `--redirect-stdout` and `--redirect-stderr` have been deprecated 2. all the rest arguments to custom commands need to use the spread operator, not...
You can also find commands that help with debugging by running this command below. ```nushell help commands | where category == debug ```
nufmt isn't ready to be released.
This sounds cool to me. Here's my two cents. > Does it make sense to use the in-memory store for this? Since this is supposed to speed up slow commands,...
I'm not surprised. I don't believe the winget completions have been updated in a while. It's odd that they would work differently on one system than the other. One guess...
I'm trying to understand but your question is confusing. Maybe you have history isolation enabled, and you want it disabled or the other way around? https://github.com/nushell/nushell/blob/043d1ed9fbd9fe146994be1c4b23b15e36b44477/crates/nu-utils/src/sample_config/default_config.nu#L209
I think sync_on_enter maybe is for plain text history where isolation is for sqlite history. I never use the text based history. There's so much more functionality with the sqlite...
Out of curiosity, I'd be interested if you see a speed improvement if you compile nushell differently using this command. ``` cargo install --path . --features=extra,dataframe,mimalloc ``` or if you...
> is there no builtin time command? What do you want from a time command, the name itself is a bit ambiguous. We have `date now` and we have `timeit`.
I have no real problem with this but I wonder what our process should be for adding something to the stdlib. Seems like it should be more formal with voting...