Thad House

Results 248 comments of Thad House

#110 disables errorprone, so we would need to reenable that when it works again.

We need to work on some of the documentation. However, the way to add them is pretty straight forward. On the CvSource object, there is an CreateProperty function https://github.com/wpilibsuite/cscore/blob/master/src/main/native/include/cscore_oo.h#L410 Call...

[patch.txt](https://github.com/wpilibsuite/SmartDashboard/files/11403357/patch.txt) You can apply this diff to fix the build, automatically include wpinet and fix the live window test project too.

For the 2018 season, the artifact location has changed, in addition to requiring more artifacts to run completely. Once we have a release, you can either update this PR, or...

We don't have builds for the pi, and especially for 64 bit. Does your system not have gcc at all? If it does, and it has cmake I have a...

All the new files are located in the following directory. http://first.wpi.edu/FRC/roborio/maven/release/edu/wpi/first/ ntcore and wpiutil are located in the ntcore and wpiutil folders respectively. Everything is now a lot better named...

I was thinking it would be even easier then that. Since the server already has all the connection info you would need anyway, every time a connection listener fires, grab...

That would definitely be cool, and basically what I'm doing manually, but if it was automated that would be even better. The only part I was having trouble with was...

I'm not a big fan of this changing tslint to eslist, especially this late. That should be in a separate PR.

It probably is, but I'm not willing to do the tslint to eslint change for this season. Its way too late, with kickoff being Saturday.