Results 348 comments of Dustin Spicuzza
trafficstars

I just setup a clean Windows 10 VM, installed Python 3.7.2, installed pynetworktables from pip, and ran the nt_robot.py / nt_driverstation.py programs. The firewall asked me if I wanted to...

@PeterJohnson thoughts on that possibility?

I haven't taken the time to dig into this yet... unfortunately I imagine it has to difficult to reproduce (seeing as I haven't had the issue). Have you upgraded to...

@andrewda do you use networktables flush in your code anywhere? https://github.com/wpilibsuite/ntcore/issues/275 sounds vaguely related.

Actually, that would be a good thing to try -- calling flush continuously. If you're not already calling flush more than once, I wouldn't expect that bug to affect you....

I feel like we should change pyntcore's default to be 50ms?

I think actually that it should just change it so that if you pass a team number to 'server', then it does the right thing and uses `startClientTeam`

I don't use pandas at all, but I saw the link from the numpy issue. It's worth noting that with [implicit namespace packages](https://www.python.org/dev/peps/pep-0420/) you could technically ship `pandas.tests` in a...

Seems useful. Just add some docs and skip the old versions of pypy and we're done here?