Vadim Vladimirovich

Results 8 issues of Vadim Vladimirovich

### Summary `prettier.prettierPath` not working outside the project folder ### Github Repository to Reproduce Issue ```javascript const sleep=(ms) =>new Promise((r)=>setTimeout(r,ms)); ``` ### Steps To Reproduce: 1. Clone and build the...

enhancement
help wanted

Насколько я вижу, в функции [`findJava()`](https://github.com/Kron4ek/minecraft-vortex-launcher/blob/3522db09c1422175edb42b5be4c5fa599ae0271d/vlauncher_windows.pb#L1034), жава ищется в директории таким образом: - `ExamineDirectory(#PB_Any, programFilesDir(i) + "Java", "*")`, т.е. `if "C:\Program Files (x86)\Java\*"` но, у инстолятора жава (win) - есть...

* **Electron-Builder Version**: 24.9.1 * **Node Version**: 20.9.0 * **Electron Version**: 28.1.4 * **Electron Type (current, beta, nightly)**: current * **Target**: linux I'm building on win64 electron app with vite...

### Introduction I can't able to specify `localhost:3000` as `baseApiUrl` var on bot init, but imho this is a more commonly used alias to your local machine connections, especially for...

I want to get _video_ file to my `С:\PROJECT\download` folder, i.e. `С:\PROJECT\download\video.mp4` Issue with: [`bot.downloadFile()`](https://github.com/yagop/node-telegram-bot-api/blob/master/doc/api.md#telegrambotdownloadfilefileid-downloaddir-options--promise) ### Expected Behavior ```js bot.downloadFile(msg.video.file_id, './download/'); // Expected filePath here ``` ps I picked up...

- NPM version (`npm -v`): 8.13.1 - Node version (`node -v`): v16.15.1 - Node Process (`node -p process.versions`): - Node Platform (`node -p process.platform`): win32 - Node architecture (`node -p...

**1. Read the [FAQs](#faqs) 👇** Done **2. Describe the bug** _It's semi of a feature request and more related to bug, I believe_ So, I have the same code structure...

bug

### Description Reopen https://github.com/vitejs/vite/issues/16241 issue, because only 1/2 is solved for me / for my user case.. The problem is gone but only when I'm running `npm run build`, and...

enhancement: pending triage