Brian Peek
Brian Peek
**This issue was imported from [CodePlex](http://legoev3.codeplex.com/workitem/3)** **[peekb](http://www.codeplex.com/site/users/view/peekb)** wrote 2013-11-24 at 23:46 Hello, great job with this new EV3 API. I just made a small start project using the API but...
**This issue was imported from [CodePlex](http://legoev3.codeplex.com/workitem/1)** **[peekb](http://www.codeplex.com/site/users/view/peekb)** wrote 2013-11-22 at 09:46 Is it possible to run a program on the brick from a Command? **[LA_Guy](http://www.codeplex.com/site/users/view/LA_Guy)** wrote 2014-01-03 at 13:36 Lego...
**This issue was imported from [CodePlex](http://legoev3.codeplex.com/workitem/7)** **[achalshah](http://www.codeplex.com/site/users/view/achalshah)** wrote 2014-09-01 at 21:41 I've been getting exceptions of type System.Collections.Generic.KeyNotFoundException from ResponseManager.HandleResponse. From my reading of the code, this means that a...
**This issue was imported from [CodePlex](http://legoev3.codeplex.com/workitem/5)** **[mmaitre](http://www.codeplex.com/site/users/view/mmaitre)** wrote 2014-06-17 at 02:06 StorageFile.GetFileFromPathAsync() expects a full path. The test app tries to load files from the app folder using relative paths....
**This issue was imported from [CodePlex](http://legoev3.codeplex.com/workitem/4)** **[peekb](http://www.codeplex.com/site/users/view/peekb)** wrote 2014-02-19 at 13:05 @peekb, Thanks for testing. I see that others are making turns with no problem. But, I'm still stuck with...
**This issue was imported from [CodePlex](http://legoev3.codeplex.com/workitem/2)** **[peekb](http://www.codeplex.com/site/users/view/peekb)** wrote 2013-11-22 at 10:36 I worte following code but can't clear motor "RawValue" private async void btnClearD_Click(object sender, RoutedEventArgs e) { await this.Brick.DirectCommand.ClearChanges(InputPort.D);...
**Describe the bug** In NET6, when Debug Symbols are "Embedded in DLL/EXE" instead of in a "PDB file", the IIDOptimizer step will fail with `Microsoft.Windows.CsWinRT.IIDOptimizer.targets(84,5): error MSB3030: Could not copy...