Matt Fellenz
Matt Fellenz
Has this stagnated? I'd love to have this feature.
Sure, I could take a look. I'll try to figure out if a `const` distinction can be done with an MBE macro.
Const on debug, non-const on release. I couldn't figure out how to support `meta` and `vis` tokens due to parsing ambiguity so I think they need to be added individually,...
Can't you use `@if let Some`?
I would also like it to keep the device awake to avoid locking that way. It should probably just show a progress dialog. There could be an option to "Continue...
Or in general just some indication that an operation is in progress, within the app and/or as a progress notification
Also, assuming that the application acts as a single entry point to access the data, this "operations in progress" mode could act as if the volume is locked and the...
Is this performance issue documented anywhere? It would be nice to know when deciding which backend to use.
It's unclear to me why USR1 shouldn't be handled by just running the timeout commands directly, i.e., why does it go through the compositor and the idle notifications at all?
OK, I can identify one issue. If we do `handle_idled(cmd, NULL)` instead of `register_timeout(cmd, 0)`, then the resume commands never run. This is logical because if we use `register_timeout` we...