Anton Makarenko

Results 8 comments of Anton Makarenko

I have the same problem (index file too big). After changing a directory of Vagrant Machine from `C:\Users\Админ\Desktop\test` to `D:\VagrantVMs\test\`, index file looks pretty. But now I have a encoding...

@tbazadaykin, I am found temporary solution with encoding problem. Replace `directory: box.directory.sub(Vagrant.user_data_path.to_s + "/", "")` with `directory: box.directory.sub(Vagrant.user_data_path.to_s.force_encoding("windows-1251") + "/", "")` in file `\embedded\gems\2.2.3\gems\vagrant-2.2.3\plugins\commands\up\middleware\store_box_metadata.rb`.

This feature will allow to run commands silently, which is impossible to do cross-platform. ``` # cmd command > nul 2>&1 # powershell command *> $null # bash command >...

Helped for me https://github.com/docker/for-win/issues/2956#issuecomment-514572084

You can use External Application Launcher extension Send to specific device Run `kdeconnect-cli.exe -l` to get device id, then use settings as at screen ![image](https://github.com/pdf/kdeconnect-chrome-extension/assets/5018813/a90dc072-3e70-42d9-871f-d199d2e6428d) Always ask for device ![image](https://github.com/pdf/kdeconnect-chrome-extension/assets/5018813/5b80997b-a592-4ebf-8c7e-acddc90b642b)

> What would be the installation route in this case? I found hacky method. This will ask on execute Executable Name: `cmd.exe` Arguments: `/c start shell:AppsFolder\KDEe.V.KDEConnect_7vt06qxq7ptv8!KDEe.V.KDEConnect [HREF]` `kdeconnect-cli` from Microsoft...

> Is this being looked at? Can something like https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API be used instead of RAM I would prefer it should store files in Downloads folder to be able open with...

According to the [documentation](https://docs.microsoft.com/en-us/windows/package-manager/winget/#:~:text=When%20running%20winget%20without%20administrator%20privileges%2C%20some%20applications%20may%20require%20elevation%20to%20install.%20When%20the%20installer%20runs%2C%20Windows%20will%20prompt%20you%20to%20elevate.%20If%20you%20choose%20not%20to%20elevate%2C%20the%20application%20will%20fail%20to%20install.) > When running winget without administrator privileges, some applications may require elevation to install. When the installer runs, **Windows will prompt you to elevate.** If you...