Brian Spilsbury
Brian Spilsbury
Having had a quick look at the code, it looks like you only ever rewind back one section? If so, that means that you have a small moving window of...
I've come across this problem in 8.7.0. I'm using the example to have marked generate output with .mermaid class and then using Mermaid.init(undefined, '.mermaid'); to apply that, given import Mermaid...
I discovered the issue by calling protocol_send_event(&feedOverrideEvent, -FeedOverride::CoarseIncrement) every 10ms resulting in Stepper::get_realtime_rate() returning NaN due to a negative max_entry_speed_sqr being used in replanning. The extent of the stress testing...