Mark T. Tomczak

Results 5 issues of Mark T. Tomczak

Fact: (outIdx + 2) < 400 What I expect: outIdx < 400 is provable Observed: "cannot prove "outIdx < 400": failed at (...). Facts: [. . .] (outIdx + 2)...

The "Find Blobs" operation lacks attachment for convexity or inertia parameters, and therefore uses the defaults from OpenCV (filterByInertia=true, minInertiaRatio=0.1f, maxInertiaRatio = MAX_FLOAT ; filterByConvexity = true; minConvexity = 0.95f;...

**Describe the bug** If the Graph Update Rate is set too high in the Base Plugin, Shuffleboard hangs and the preferences tab cannot be accessed again. The resulting error is...

If the size of a symbol exceeds the `SBOLSZ - 1` limit (https://github.com/camsaul/nesasm/blob/master/source/symbol.c#L57), reading more characters for the symbol silently bails. This can cause aliasing of symbols if `really_very_surprisingly_long_name` and...

Compared to the set of functions available on the Java driver's API (https://github.com/juchong/ADIS16448-RoboRIO-Driver/blob/master/java/src/main/java/com/analog/adis16448/frc/ADIS16448_IMU.java), the LabVIEW driver's API is missing instantaneous accelerometer values for X, Y, Z. (I'm happy to look...