Jakub Žádník
Jakub Žádník
NU_LIB_DIRS and NU_PLUGIN_DIRS should be in the book. Also, there shoud be reference to NU_LIB_DIRS here https://www.nushell.sh/book/thinking_in_nushell.html#think-of-nushell-as-a-compiled-language
Currently, the cookbook is rather underwhelming. The idea of the cookbook is to show practical recipes and how-to guides with explanations. One idea how to add more content is to...
Right now, the book chapters are ordered quite randomly and there is too many of them in one column on the left. It would be great if we could group...
# Description Another attempt of converting Spans to SpanIds. First attempt: https://github.com/nushell/nushell/pull/12239 # User-Facing Changes # Tests + Formatting # After Submitting
### Describe the bug A filesystem can sometimes go to read-only mode (e.g., due to disk failure or maybe being too full) which prevents Nushell from starting. Two (at least)...
**Is your feature request related to a problem? Please describe.** We recently set up a community maintained https://github.com/nushell/integrations to keep package manager and other integration files for Nushell projects there....
## Description This changes registry to from *one* file that is *manually updated* to *multiple* files that are *auto-generated*. Now, the registry should be only updated with the new `nupm...
## Description Avoid having to type "." everywhere. Reference: https://github.com/nushell/nupm/pull/69
## Description https://github.com/nushell/nupm/pull/56 added the ability to install nupm packages from a registry. Currently, we have a `registry.nuon` at the repository root but as we go, we'll need to make...
### Describe the bug Removing a symlink of a directory, if ending with `/`, removes not the symlink, but the existing directory. This is especially troublesome since autocompletion automatically appends...