Douglas
Douglas
Just trying out Xonsh under WSL and came across this. > Maybe we should load the commands_cache a-synchronically? Or at least in a different thread @daniel-shimon Coming at it from...
Ran into this today. I've really been understanding `match` all wrong. I looked at it as a more convenient option for multiple `if`/`else` statements, but its job seems to be...
@fdncred I still haven't thought of a "good" name for the autoload "config". Right now, for my implementation, I have: * `$nu.default_config_dir/env`: All `nu` files in it are auto-sourced via...
The trick to getting the same results is apparently to use the same Python dependencies. The model that is being used on HuggingSpace really is the same `-base` that we've...
This seems to be greatly improved now, at least. I tested on the following and all redirected `nushell.sh` to `https://www.nushell.sh` * Safari on iOS * Vivaldi on Windows * Edge...
Added the other half in https://github.com/nushell/nushell/pull/13561 that will hopefully close this out.
I'd like to consider closing this as a duplicate of #1126 and continuing the discussion there. If agreed, go ahead and close it. I'll then copy over a summary of...
Copying over some relevant information from the duplicate #1231: From @fdncred, some requirements: > ... it would have to: > > 1. be as easy or easier to manage than...
Unfortunately we really can't update the `cd` and `mv` command documentation itself to point to *"Moving around"*, since those are generated based on the built-in command's help. However, I've updated...
This would be useful. Unfortunately the default Vuepress theme doesn't support breadcrumbs, so it would involve either changing to a theme with that feature or adding it at the theme...