Highlights
- Arctic Code Vault Contributor
- GitHub Sponsor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
679 contributions in the last year
Activity overview
Contribution activity
October 2020
- CBenoit/nushell Rust
- CBenoit/websocat Rust
- CBenoit/neovide-aur-mirror Shell
Created a pull request in nushell/nushell that received 4 comments
Improve argument escaping when running external commands for non-literals
Quotes were not added even when argument contained parenthesis. A quick way to test is the following oneliner: echo "test()" | ^echo $it Without …
Created an issue in nushell/nushell that received 1 comment
Calling external command inside each block returns "Received unexpected type from pipeline (row)" error
Describe the bug
When calling an external command inside an each block the following error is returned.
error: Received unexpected type from pipeli…