Gold856

Results 165 comments of Gold856

Yeah, I'm not sure how to handle axis caches because they're done in a unique way. I suppose I could nest the Map even further (`Map`), but I feel like...

C++ classes don't cache BooleanEvents or Triggers, so they don't need mutexes.

Confirmed to be working on Windows: ![image](https://github.com/user-attachments/assets/db206162-70b1-46cf-bfcb-9e9293ed696b) Workflows need to be rerun, I can rerun them myself once the dependent PR is merged and/or we decide if this goes into...

I'll rebase this when #7983 gets merged into main and main gets merged into 2027.

I will note that `protobuf@3` on Homebrew will be deactivated on July 1st, and while we could switch main to `protobuf@29`, which [I confirmed would work](https://github.com/Gold856/allwpilib/actions/runs/15458250237/job/43514423944), I would prefer that...

Yeah, I meant considering switching us and teams as well. Hypothetically, in the future, we could have some Bazel setup that uses clang-cl for C++ users so they have faster...

Waiting on #7054 to remove it.

The purpose is to be annoying. We've seen time after time again that people will use Command.schedule() and be surprised when their commands get cancelled. The intended way to schedule...

That's the reason for the other generated files, but the quickbuf files have a different reason. Having the quickbuf Java files pregenerated and committed means you don't need the quickbuf...

/format was removed. You'll have to format manually.