Starlight220
Starlight220
Does PathWeaver display text properly if launched in other ways? What's the OS language?
There should be a WPILib-installed JDK at `~/wpilib/YEAR/jdk`, does running through it work properly? Both VS Code and gradle should be using that JDK to run the tools, so the...
I think all templates use the vendordep for "new" commands, now that "old" was removed. Can this be closed?
This is done by the `downloadDepsPreemptively` Gradle task, right?
There should be a `-0` or `-Z` flag that makes git use a `\0` as a delimiter.
It was like this in commands v1. The reason it wasn't done in v2 is because interfaces can't have fields. Also, what's the problem with it being held by the...
Can you bring the equivalent C++ implementation? Due to value semantics, the split might be more important there and then parity should be kept.
This is somewhat of a scaffold solution to the issue; there are at least two more direct solutions: - revert the BooleanEvent change that introduced the problematic side effect. -...
Are any commands running? It doesn't seem so from the epoch prints, which is quite suspicious. `SwerveModule.periodic` is taking significantly a lot of time. I'm not sure it's enough to...
I'm not a fan of the naming; "loose" is loosely defined (pun intended). We already have `proxyAll`, so implementation should use that -- if the reduction of `sequence(proxyAll(...))` to `looseSequence`...