PJ Reiniger

Results 18 issues of PJ Reiniger

The C code segfaults if the `FILE* fp` pointer is null. I think the best thing to do would be having the read/write file classes do some defensive coding and...

I tried to make the LLVM upgrade as non-invasive as possible, which resulted in 31 (some large) patches. Some of these are important quality of life ones and compiler ones,...

TL;DR, merge `Shuffleboard`, *`SmartDashboard`, `RobotBuilder`, **`Pathweaver` and *`Grip` into `allwpilib` I am certainly on `#teamMonorepo`, but I know the community is pretty split on the topic. It is the trend...

Looking at portions of the code, it can be difficult to ascertain if they are allwpilib originals, or something ported from a third party library. It is especially difficult when...

Last year I was able to do something along the lines of ``` SendableChooser chooser = new SendableChooser() // ... fill in options .... SmartDashboard.putData("Chooser Name", chooser ); ITableListener changeListener=...

type: discussion

Sorry to bug you again. Trying to key the VS Code debugger into running the sim The following configuration worked with the previous version (alpha integration) But the com.snobot.simulator.Main is...