Results 189 issues of Dustin Spicuzza

pyflakes only detects things that are actually code errors (well... mostly), and it's pretty fast. Should add this in the future. I think I would have it separate from the...

enhancement
help wanted

Could help out teams not deploy bad code. Mypy tends to have a lot of false positives, would need to ensure that any solution was either optional or not obnoxious...

enhancement

Not sure what it should be called. Might require robotpy-installer integration.

The idea would be to detect when something like magicbot or the autonomous framework is imported/used, and then somehow 'know' that those tests should be added, instead of the user...

If the NetworkTable update callback calls a time related function, it will recurse because increment time will continually get called.

Via @ArthurAllshire: > Also, it would be nice if the library could detect that you had already run the tests on a particular code base using a checksum, and then...

enhancement
help wanted

This is the most common type of simplistic test one might want, I imagine. The primary usefulness I think would be exercising all your stuff, so you can be sure...

It seems to me that `startAutomaticCapture` should be keeping a reference to this thing... I think I've had at least two reports of people having issues with it disappearing on...

bug
invalid
needinfo

Or, have a separate directory for 'raw' vs 'cameraserver'.

Protobuf finally pushed a compatible package up to pypi, so this PR adds the final bits of support for Python 3. Fixes #6 . It'd be great if you could...