Gold856
Gold856
Could we use a [reusable workflow](https://docs.github.com/en/actions/using-workflows/reusing-workflows)?
The root cause is the use of Jackson for JSON serialization for Elastic notifications. Merely loading the classes needed for Jackson has been known to use up a bunch of...
I checked the wpigui libraries, and we do statically link imgui into wpigui. It's just that the headers and source for imgui are located elsewhere `edu/wpi/first/thirdparty/imguiSuite/imguiSuite-cpp`. It's a bit confusing...
Have confirmed that this code works on my local set of repos: https://github.com/Gold856/allwpilib/actions/runs/14503415184/job/40688222189 https://github.com/Gold856/wpilibsuite.github.io/tree/allwpilib-development If we wanted to, we could also merge the publish job into the build job, but...
How much do we actually care about the excluded material? Most of the excluded stuff is thirdparty stuff. The only things that might realistically of value to teams are Eigen...
I fixed some of the warnings in wpi/json.h, and I'm leaving the rest alone due to a combination of the amount of work for little value, and I'm leaving units...
1. Yes, AprilTagJNI is exclusively a vision library. It's a Java wrapper around the AprilTag detector (and offers functionality to create AprilTag images). 2. I think most teams don't use...
The CMake/vcpkg part has been removed since vcpkg apparently no longer supports GHA caching. We can and should still discuss potential caching solutions for vcpkg here, or somewhere else, so...
Is it super critical that I do that? I would like the builds on main to also benefit from caching.
Are you sure it wasn’t a compiler change? Recently, the CMake Windows builds had 100% cache misses because the image had an updated MSVC. Although, some of the Actions runs...