Anton Makarenko

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