Amir Shiri
Amir Shiri
In bash when i hit tab after 'kill' i get the following output:  When using fish I get this output:  This is not useful because I can only...
I would like to use bat for file preview and use fd for file search. I tried the following for fd: ``` set FZF_FIND_FILE_COMMAND 'fd --color=always --hidden --exclude .git --type...
### Desired Behavior ts-node currently supports output highlighting, but not input:  ### Additional context The next REPL of nodejs - [node-prototype-repl ](https://github.com/nodejs/repl) - already supports syntax highlighting for js....
 z does 
``` zi ```  z works correctly ``` z ``` 
## Checklist - [V] I've searched for similar issues. - [V] I'm using the latest version of HTTPie. --- ## Minimal reproduction code and steps 1. from windows 11, call...
Main motivation for this feature is to provide the necessary data required to implement IDE feature - instant feedback to user, which line in code has failed which test(s). Similar...
 https://github.com/chrmarti/vscode-regex/issues/57#tasklist-block-ce0905a7-f349-44bd-8576-42b65b05df61
**Describe the bug** Even though `bun` target is specified in project.json, the following error message still persists: ```js 31 | const tls = __importStar(require("tls")); ^ error: Browser build cannot require()...