allwpilib icon indicating copy to clipboard operation
allwpilib copied to clipboard

Official Repository of WPILibJ and WPILibC

Results 452 allwpilib issues
Sort by recently updated
recently updated
newest added

good first issue
component: command-based
effort: 1

fmt removed fmt::make_args_checked since it's no longer needed for constexpr format string checks. fmt deprecated implicit conversions from enums to integers in format arguments, so I added explicit static casts.

Also support viewports, but turn them off by default as they're unstable on multiple platforms.

Still need to think a bit more about how to do this.

**Describe the bug** When calling `DigitalOutput.pulse();` the RIO outputs pulses of arbitrary lengths that don't correlate with the input value. **To Reproduce** Steps to reproduce the behavior: 1. Create a...

User should not be able to move popups or boxes outside the bounds of the window. When the window is resized, popups or dialog boxes should get migrated inside of...

component: glass

This is mostly a change in documentation/recommended usage. The current (value) semantics of C++ command-based cause object slicing, which is difficult for both team and WPILib code. For decorators, there's...

type: discussion
component: command-based

This refers to specifically commands themselves, not the button bindings stuff (that's in #4218). All this is subject to change and happily up for discussion. - [x] #4245 - [x]...

component: command-based