Georgezxh
Georgezxh
> That's probably because you are running the simulation asynchronously, which caused the autopilot's PID to not work properly. Make sure to switch to synchronous mode, and the autopilot will...
> Hi, is this confirmed to be a bug?
Thanks a lot! I tried this repro and it did print null. However I want to confirm whether https://github.com/facebook/hermes/issues/950 really a duplicate of this, because though the regex of them...
> Yes they are coming from the same bug. This regex is different so it's expected that the end result would be different. The trigger of the bug seems to...