nushell.github.io icon indicating copy to clipboard operation
nushell.github.io copied to clipboard

Nushell's main website, blog, book, and more

Results 127 nushell.github.io issues
Sort by recently updated
recently updated
newest added

related to - #982 when i was working on #982, i tried to `npm run dev` and have a look at the website but i got the following error :confused:...

In the docs https://www.nushell.sh/book/aliases.html there is this statement: > For more details about how to persist aliases so that they're visible when you start up Nushell, see the [configuration chapter](https://www.nushell.sh/book/configuration.html)....

That's a little confusing and I'd rather that they did.

https://hstspreload.org/ is using HTTPS, but is not using the full protection of HSTS preloading: - https://scotthelme.co.uk/hsts-the-missing-link-in-tls/?ref=scotthelme.co.uk - https://scotthelme.co.uk/hsts-preloading/ If the subdomains are not used for any private infrastructure I would...

nu: 0.79.0 ![image](https://github.com/nushell/nushell.github.io/assets/42812113/15d19c80-97bf-4082-9886-df0c5c4d14c5) I've found no `env` builtin command documented on site, while it's [told](https://www.nushell.sh/cookbook/setup.html#how-to-list-your-environment-variables) that this command is new: > or for a more detailed view, use our new...

Related https://github.com/nushell/nushell.github.io/issues/797 https://www.nushell.sh/book/variables_and_subexpressions.html#variables " **Variables in Nushell are immutable, that means that you cannot change its value after declaration. They can be shadowed in nested block**, " This is very...

documentation
question

On https://www.nushell.sh/book/coming_from_bash.html you have the command `ls **/Makefile | get name | vim $in`. It doesn't work because pipeline sends data to standard input and vim returns an error. ```...

I think the dependencies section of the docs needs some help. Somebody recently pointed out that "libx11 is no longer required" with a link to some commit where it was...

I get this ![image](https://user-images.githubusercontent.com/343840/224595365-6f628aea-e9e7-4ddd-9ee1-45ddca0c0f73.png) and looking in dev tools it shows this ![image](https://user-images.githubusercontent.com/343840/224595336-dfaa652d-089e-491f-aa0e-9addf9aadd86.png) If I change to InPrivate mode, it seems to load fine. Confused 🤔

as the following PR has been closed - #804 i've been thinking about something that could be cool to allow - probably the major part to enjoy a stable experience...