Starlight220
Starlight220
Yep, there indeed is an informative error in that first log (haven't looked at the second). Something is throwing a `ConcurrentModificationException` when trying to reconnect a source.
@Crossle86 is it specific sources that don't display data, or all sources? The relevant exception in the log points to a specific data source (`network_table:///Shuffleboard/Drivetrain/Front Right Module/Current Velocity`); I'm not...
Can you test with the newly-released 2023.4.3? If this wasn't fixed, reopen the issue.
Shuffleboard's logs are located at `~/Shuffleboard/`. On Windows this would be `C:/Users//Shuffleboard/`. When the issue happens, close shuffleboard and upload the most recent log to here.
Yeah, that's a use case that would get cut by this. We should have a factory that sugars combining a `SelectCommand` and `SendableChooser`.
I think that the point here is that Deferred is for creating a command at runtime, whereas what is needed for choosing autos is something that can choose between multiple...
That should definitely be a different PR.
The deprecation should stay in this one.
It should be established that these two are logical complements of `unless` and `until`.
I'm not a fan of this. The current API isn't verbose, there isn't an intuitive mapping of operators to compositions, and abusing operators here _decreases_ readability if anything.