Tim Winters

Results 21 issues of Tim Winters

It seems progress bars are hard coded to be 200 x 40. Adding a boolean to allow these dimensions to be swapped would be an easy fix.

## Issue - Enhancement As a facilitator I want to be able to moderate reflections that have been submitted, and be able to remove them before making all reflections visible...

enhancement
discussion

Especially with the introduction of SysId routines, it's common to have button bindings that are used only on a practice field / workshop. An easy solution for this is to...

type: feature
component: wpilibj
component: wpilibc

Currently the only simple way to update vendor dependencies is through the VSCode plugin. It would be nice if there was a gradle task that performed the same operation comparing...

**Describe the bug** A module that contains a definition that is bound to an interface will pass `verify`, but fail at runtime if the concrete class is requested. ``` interface...

A common pattern is to combine multiple joystick buttons to perform certain actions, while the individual buttons perform individual actions. For example, the 'a' and 'b' buttons could be used...

type: feature

Current logs that are part of a match are named FRC_date_time_eventcode_matchnumber.wpilog It'd be nice if they were labeled eventcode_matchnumber_frc_date_time.wpilog, so that you could more easily sort them when the drive...

type: feature

The fix in #297 only looks one parent up. This will get the full path regardless of nested layers. Since the only place the class name was used was in...

**Describe the bug** When a module contains a DSL binding for an abstract class, `verify` will check that class' constructor for dependencies, even though you cannot instantiate an abstract class....