Aadish Verma
Aadish Verma
When running the following code: ```rs use rui::*; fn main() { state(|| "Hello".to_owned(), |handle, _| text_editor(handle)).run() } ``` on my mac, if you take the cursor to the end of...
#### Summary * In the current (stable -- I have verified the issue with v0.5.4) version of LemLib, calling a motion synchronously directly runs it. * This PR changes this...
take this PROS code in main.cpp: ```cpp lemlib::Chassis chassis(...); pros::Motor intake(...); // for signalling void initialize() { chassis.calibrate(); } void autonomous() { chassis.setPose({0,0,0}); chassis.moveToPoint(0, 0, 1000, {}, false); intake.move(127); }...
initially was to solve #4468 but that has magically resolved itself, this should still make QoL better though