Results 208 comments of Dustin Spicuzza

Is the name used for anything other than rendering documentation? If not, then I don't see why we can't allow duplicates. If so, then add the ability to specify both...

The best way to fix autocomplete for a compiled package is to distribute a `pyi` type stubs file with the package. Then autocomplete could work on just `cv2` instead of...

I have the following directory structure: ``` ./rpydemo/ ./rpydemo/py.typed ./rpydemo/_rpydemo.cpython-311-x86_64-linux-gnu.so ./rpydemo/_rpydemo/ ./rpydemo/_rpydemo/__init__.pyi ```

The correct way to install cscore on the roborio is to add it to your pyproject.toml (as mentioned in the docs @ https://docs.wpilib.org/en/stable/docs/software/python/pyproject_toml.html). However, you're right that it probably should...

> The Python [Using Multiple Cameras](https://docs.wpilib.org/en/stable/docs/software/vision-processing/roborio/using-multiple-cameras.html) documentation calls for creating a vision.py file that is then called from the robot code using wpilib.CameraServer.launch("vision.py:main") So the documentation says "`robot.py` contents", file...

Please review https://github.com/wpilibsuite/frc-docs/pull/2625 and see if that addresses your concerns.

Ah, the reason I ran into this was most likely because I was trying to make the image smaller by `--skip-recommended`, but that seems to have broken the entire install.

> Unfortunately not yet something small reproducible. I think there may actually be several root causes in pybind11. Trying not to go too much off-topic: One seems to be related...