Zachary Ferguson

Results 12 issues of Zachary Ferguson

The Python script `raspberry_pi/buttons.py` is using a mixed tab and space indentation which makes it un-runnable. I fixed this by changing the tab into 8 spaces. I believe this is...

I am running into issues with the interval library when compiling with Clang. This is the simple failure case: ```c++ #include #include #include typedef boost::numeric::interval< double, boost::numeric::interval_lib::policies< boost::numeric::interval_lib::save_state< boost::numeric::interval_lib::rounded_transc_std >,...