Amir Shiri

Results 9 issues of Amir Shiri

In bash when i hit tab after 'kill' i get the following output: ![image](https://user-images.githubusercontent.com/15230040/78223794-2621f280-74d0-11ea-9de4-2c0c542c2886.png) When using fish I get this output: ![image](https://user-images.githubusercontent.com/15230040/78223888-46ea4800-74d0-11ea-85f1-cb6f3893b7b1.png) 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: ![image](https://user-images.githubusercontent.com/15230040/98655825-989d5f80-2348-11eb-9339-f8134ada7181.png) ### Additional context The next REPL of nodejs - [node-prototype-repl ](https://github.com/nodejs/repl) - already supports syntax highlighting for js....

enhancement
you can do this

![image](https://user-images.githubusercontent.com/15230040/184622913-946c8f17-7db5-48a7-81b5-8f08f684ce59.png) z does ![image](https://user-images.githubusercontent.com/15230040/184622943-ed276923-b94f-410b-9ffe-9d579be1253d.png)

``` zi ``` ![image](https://user-images.githubusercontent.com/15230040/184622353-6524614b-7980-422c-aee3-e6a6a8f8e136.png) z works correctly ``` z ``` ![image](https://user-images.githubusercontent.com/15230040/184622402-58dfe3b0-a27d-4540-8fd2-5d286c3f36b2.png)

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

bug
new

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

feature-request

![image](https://user-images.githubusercontent.com/15230040/198868504-78d5180c-f421-4d41-b879-d0b74cdb3afd.png) 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()...

bug