pwygab

Results 9 issues of pwygab

# Description Fixes #4190. Title. A lot more commands take in filepaths as their main arg, not another command. To allow for command completion anyway, new FlatShape for commands is...

*Please write a short comment explaining your change (or "none" for internal only changes)* As per #8812 changelog: Add new lint ``[`path_from_format`]``

S-waiting-on-review

Code: `OutputStream::try_from_device(&vec_of_acc[0]).unwrap()`, wherein `&vec_of_acc[0]` is of type `Device`. It works when no other audio is playing, but when I have cmus or YouTube active, everytime I try to run it...

#### Description This adds an always_show_remote_branch option. It allows the name of the remote branch to always be shown if the remote name is being shown. If set to false,...

# Description NB: The parsing has to be done like that as some commands exist (e.g. 7zip) that start with a number. It's filesizes and numbers that specifically can't be...

# Description Title. Fixes #4659. Fixes #6020. Kind of Fixes #5103. Fixes #5294. Fixes #6124. Try typing `git fetch -a`; I have no clue how to add tests for this....

### Describe the bug ``` ~/CodingProjects/nushell〉{"=$": a} 08/24/2022 10:43:43 PM Error: nu::parser::unknown_command (link) × Unknown command. ╭─[entry #12:1:1] 1 │ {"=$": a} · ────┬──── · ╰── unknown command ╰──── ```...

parser

# Description Fixes #6880. # Tests Make sure you've done the following: - [x] Add tests that cover your changes, either in the command examples, the crate/tests folder, or in...

# Description Significant perf improvements as well: try something like `seq 1 100000000000` and observe how it is streaming correctly. # Tests Make sure you've done the following: - [...