moyanming2013

Results 3 issues of moyanming2013

### Steps to reproduce: 1. Start NVDA 2021.3RC1 2. Connect the Seika Notetatker by USB cable 3. Select "Seika Notetaker" in the Braille display of NVDA and connect successfully. 4....

component/braille
needs-triage

Hi, There is an run time error when use the wrapper, but the command on the PowerShell works fine. How to fix this problem? var t = wdp.RunCommandWithoutOutputAsync( @"erase C:\Data\Users\folder1\...

Hi, When use the "copy" command by the wrapper, there is an error occur. var t = wdp.RunCommandWithoutOutputAsync( @"copy E:\folder1\ C:\Data\Users\ -force -recurse", "false","5").Result; The "t" return following string: "The...