Dustin Spicuzza
Dustin Spicuzza
4.74+ - 4.8.3 claims a variety of MSVC updates.
The TOML standard specifies: > Arbitrary 64-bit signed integers (from −2^63 to 2^63−1) should be accepted and handled losslessly. If an integer cannot be represented losslessly, an error must be...
## Description Modifies the base type caster to ensure that python instances don't die when passed to C++. The shared_ptr is always given to C++ code, so we construct a...
Give the user a warm fuzzy that it's doing what they think it's doing.
Which is the Good and Righteous way? Peter sez: > hmm, the C++ probably shouldn't either, CommandGenericHID is not a GenericHID, it contains a GenericHID
Why does ProxyCommand check for UB in isFinished but SelectCommand doesn't?
Was a bit surprising
There are some commands that update requirements via m_requirements, and some that call addRequirements? probably should always call addRequirements?
This is a bug, right? Java is going to only grab m_deadline::getName for the first deadline instance, right? If setDeadline gets called, it won't reflect the new deadline? https://github.com/wpilibsuite/allwpilib/blob/main/wpilibNewCommands/src/main/java/edu/wpi/first/wpilibj2/command/ParallelDeadlineGroup.java#L148 Whether...
Users reporting disk space issues. RobotPy's uninstall procedure is: https://github.com/robotpy/robotpy-installer/blob/266a07cf51d34902f4bda4e7e68bbb8f0a40ca37/robotpy_installer/installer.py#L353 However, we probably should also remove all the pip packages, and the users code at `/home/lvuser/py`. The quickest way to...