Mihir Rabade

Results 34 comments of Mihir Rabade

it works well when i use different beautifier for javascript, but after switching to ESLint fixer, it throws CLIEngine error. I even installed ESLint globally, still no luck

While working on my project, the linter gives me this - ``` Could not find a declaration file for module 'better-pastebin'. 'D:/Github/Discord-Ban-Utils-Bot/node_modules/better-pastebin/index.js' implicitly has an 'any' type. Try `npm i...

`PRE_COMMANDS` was to install the eslint plugins & Airbnb config `POST_COMMANDS` was because I couldn't find how to make specific linters fix the code after a specific linter is done...

Forgot to mention this - ```sh $ docker --version Docker version 20.10.16, build aa7e414 $ docker-compose --version docker-compose version 1.29.2, build 5becea4c ``` I'm using Windows 11 pro, Docker is...

> On a side note, if I understood correctly, you are saying that ESLint and Prettier are configured in such a manner that they potentially contradict each other, which sounds...

In #4553, I saw the config property `ProxyJump` So this allowed me to directly login to target vm, via bastion. So I had to put password for bastion first then...

> @MRDGH2821 is your post above regarding to my question? I didn't fully understand what ProxyJump can do. Can you please be more specific? Thank you! > > Oh sorry...

> Thank you @MRDGH2821. I am glad you’ve got a solution to your problem. With your multi-hop connection, have you ever tried DevContainer feature in VsCode? In the target vm...

Would be great if VSCode extension also gets this upgrade. The diff shows up like this: ![image](https://github.com/oven-sh/bun/assets/46621001/1a567cba-8da5-4eb0-8c6a-bd980976ceea) (This section may not show any difference, but those do exist at the...