Tim Winters
Tim Winters
Yeah. Although I'm not sure how you feel about my hard coded enums. I couldn't figure out where to get that value from since the other ones use 'generated' code...
How do I add things to code generation? It's not very useful without it
So i updated the python code to alleviate this I think. Instead of putting the function in process, it puts it in `__init__`. However the java code seems to allocate...
I also had to allow intellij / java to monitor input, not just control the screen
I've done some investigation on this. Github notifications don't provide any information about the state of the item being notified about, so an additional call would have to be made...
I sign my commits, and don't get this. It most likely has to do with your github settings.
Interesting how it still labels you as author even though its from a different account
I was thinking about things like SensorBase that we'd wanna hide...Maybe we cherrypick certain things? I know things like the drive bases are widely used, and it'd be nice to...
Isn't this handled here? https://github.com/robotpy/robotpy-wpilib/blob/master/wpilib/wpilib/robotbase.py#L189