Bahex
Bahex
### Describe the bug Pressing `ESC` completely exits `explore`, rather than going back/up a level on `:try` and `:expand` ### How to reproduce 1. ```nu [{a:1 b:2} {a:3 b:4}] |...
This affects `stmt_let`, `stmt_mut` and `assignment`.  Noticed this while adding nu support to [`Wansmer/treesj`](https://github.com/Wansmer/treesj) The plugin in question keeps white space between nodes intact, but appears to trim the...
# Description While traversing a value with a cell-path, if the value is a list, all column accesses will essentially be a `map` operation over its elements, and produce another...
- Use attr based examples. - Hook removes itself after running, rather than staying loaded. - Switch to tsv as storage format to allow adding new logs without loading the...
I’m not sure if this is a bug in our parser or in tree-sitter. nushell source tree-sitter query ```nushell 1 | 2 | 3 ``` ```tree-sitter-query (pipeline . (pipe_element) @first...
- fixes #17112 ## Release notes summary - What our users need to know TODO
I wrote this a while back and just forgot to make a PR. AFAIK reducing multiple closures into a single one is (at least in nushell) a novel approach. This...
There are a lot of external commands whose signature can't currently be expressed in nushell. The following are some of the examples: - [ ] simple `--` After which all...
Uses github cli `gh` to fetch information through the github api to avoid cloning the repositories.
## Motivations Statically allocating space for multiple gpio pins is easy with `AnyPin`, but there is currently no equivalent for the `TouchPin` trait. Also, it makes any async function that...