Sophia J. Turner
Sophia J. Turner
We're close to being able to turn on the formatter as part of CI and part of the Jakt workflow. There are a few remaining issues we should fix before...
### Describe the bug Was looking through the variables that are visible globally, and noticed the list was: ``` ~/Source/nushell| $ $dark_theme $env $in $light_theme $nothing $nu ``` ### How...
From Nushell's repo: https://github.com/nushell/nushell/issues/510 I tried nu a few versions ago and it was really nice. I just gave it a go again and I must say it improved a...
### Problem I'm experiencing an issue very similar to https://github.com/rust-lang/rustup/issues/3025 In Nushell, we currently use this in our rust-toolchain.toml: ``` [toolchain] profile = "default" channel = "1.64.0" ``` On my...
Looks like there are some tips here: https://rustwasm.github.io/book/reference/code-size.html For how we might be able to optimize the code size of the wasm we transmit.
Wishlist
- [ ] click on filenames to cd or open them if they are a directory or file (respectively) - [ ] ctrl+click or shift+click to select more than one...
originally from https://github.com/nushell/nushell/issues/3193
I noticed some people talking about how tables looked in different browsers on Reddit, and then when I checked nushell.sh I noticed a similar thing. Here's what I see in...
Is there a list of all the names of characters that `char` can print documented? Might be nice to have a handy reference.