Chris Lovett

Results 86 issues of Chris Lovett

Sometimes the uploaded artifact is itself a .zip file or a .tar.gz or .tar.zst file and it would be cool if you added an option to do a second unpack/unzip...

I like your article on "stupid light" and the analogy with hiking. On [my website](https://lovettchris.github.io/) I like to say it a slightly different way: "_Simplicity is not the opposite of...

I have a nice set of benchmarks (which you can see [here](https://github.com/microsoft/coyote/tree/master/Tests/Performance.Tests/Tests/Actors/StateMachines)) and they run fine, and report nice low error rates around 0.2 to 2% range. But when I...

1. the animating state machine diagrams don't work 2. after visiting a long tutorial, like the robot tutorial, every page after that has huge long blank space to the page...

bug

ICoyoteRuntime.Stop() does not tell the actors about this event, it would be nice is we had a way to cause OnHaltAsync to be invoked on all actors, without having to...

## I'm submitting a Bug Report I searched for similar issues and did not find one. ## Current behavior - \Samples\Tutorial Samples\YOLOv4ObjectDetection doesn't work. - `new LearningModelSession` is throwing exception...

Would be cool if you could get pyrasite-shell working on Raspberry Pi. I have an odd hang in python 3.4 that I'm trying to debug there. But when I try...

AirSim keeps hanging when I stop the simulation on this stack trace. I think it's some sort of deadlock on the UI thread where rpc is waiting for calls to...

Turns out instantiating a generic type or method is non-trivial if you want the newly written assembly to actually work properly. I found these helper methods useful, perhaps others would...