Bahex

Results 10 issues of 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}] |...

needs-triage

This affects `stmt_let`, `stmt_mut` and `assignment`. ![Image](https://github.com/user-attachments/assets/6c27474d-578d-42cf-9e7d-e24867dcb9e1) 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...

performance
cell-path-semantics

- 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...

bug

- fixes #17112 ## Release notes summary - What our users need to know TODO

A:parser
notes:fixes

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...

A:std-library

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...

status:needs-design
A:external-commands
category:meta-issue
A:completions
A:syntax

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...

peripheral:gpio
peripheral:touch