Results 348 comments of Dustin Spicuzza
trafficstars

I know Java is different, but in python a setting that I absolutely do have in settings.json is the current virtualenv (which is similar to JAVA_HOME) -- and every project...

Seems like a Better ™️ fix is that projects shouldn't commit the settings to git then? I could definitely see someone using their work computer for robotics stuff, and wanting...

Vaguely related: https://github.com/Microsoft/vscode/issues/38902

As a bonus, figure out the correct mapping for sources in the gradle cache and make pausing a simulated robot just work and go to the wpilib source code.

It would be nice to have a `-n` option similar to [tail](https://github.com/coreutils/coreutils/blob/master/src/tail.c#L513), but that sounds like a lot of work.

I don't have any idea why the Windows integration test is failing, I think the behavior introduced by this patch should be the same, and the go tests pass. Do...

The usecase I have in mind is similar to `tail -f -n 1000`, which follows a file after outputting the last 1000 lines. Specifically, I'd like to read some portion...

Yes, it would be great to provide an API that does that. However, it's not something I need at the moment (as I'm storing offsets), and it seems like a...

I wonder if you should call 'client.destroy' on unsuccessful connections? Right now you're just creating a new client object -- not sure when node will decide to destroy it.

It might be useful for you to implement a driver station client too? The driver station provides information about where the robot is when it connects to it. The python...