Results 348 comments of Dustin Spicuzza
trafficstars

If you're getting an error regarding commands2 not being found, then it's not installed for the current python interpreter (`python -m pip list` will tell you if robotpy-commands-v2 is installed)....

I wouldn't recommend copy/pasting into the black playground... that's way too much effort. Just configure vscode to use black, and it will install it for you. Or, `pip install black`,...

> I am having trouble with the following error when I run my code: > > ``` > __main__.py: error: No entry points defined -- robot code can't do anything....

@fletch3555 I think this would be a useful thing to do since you're reviewing existing examples

It can be any line in the file: https://github.com/virtuald/git-source-track/blob/master/git_source_track/cmd.py#L201, it just defaults to the first if there's no validation line. Previously we did it at the beginning before the copyright...

I personally always do `./robot.py` :) Some of them used to be marked executable, maybe that broke with your rename? I think end of file is probably fine for the...

With git-source-track 0.4, you can use the following .gittrack file: ``` [git-source-track] upstream_root = ../allwpilib/wpilibjExamples/src/main/java/edu/wpi/first/wpilibj/examples upstream_branch = main upstream_commit = xxx validation_root = . default_location = last ``` For older...

Review of this will need to wait until the pure python commands have been updated.

@amorygalili this PR