Asa Paparo

Results 22 comments of Asa Paparo

Exact same behavior as Nereboss Note that this only affects apps that the extension is enabled for. Fedora 36, Gnome 42.4, Wayland

For what it's worth, the proxy command supplier constructor is very useful in scheduling a command from a `SendableChooser`, since you can have `trigger.onTrue(new ProxyCommand(chooser::get))`

`DeferredCommand` wouldn't work here because command requirements from a `SendableChooser` need to be evaluated at runtime

Is there anything that needs to be completed before this gets merged?

Another thing to note is that `TimedCommand` doesn't offer a full replacement to `TrapezoidProfileCommand` (*At least, a hypothetical version that took in state suppliers. Currently you have to wrap it...

I think the largest benefit to having predefined factories for controller commands would be "encouraging" users to use features like that in a pragmatic way. However, most of these commands...

I personally think, at the very least, the control subsystems should be removed in the future. There is more of a case for the existence of control commands, especially `TrapezoidProfileCommand`,...

Yep, I've been kind of busy this week, but I should be able to get this and proxyAll finalized by tonight.

@Starlight220 How do you feel about `TimedCommand`? I'm getting everything up to date and not sure if it's worth keeping or not. I could remove only the class and make...