Cassandra Choi
Cassandra Choi
Yeah, I'd been out for a little while; I'll get these cleaned up for review.
@andrewseguin this is a straight migration of the existing tests just using the non-deprecated APIs
@andrewseguin I think the cdk-tree-revamp branch in this repo would also need to be rebased.
@andrewseguin I do not have permissions to update the branch in this repository
#25613 should do it
re: `coerceObservable`, I think it's still better off as its own private function and does essentially fit with the rest of cdk/coercion as they're all simple helper functions anyway
This PR will be continued in #29062; I've tried to address the remaining commentary here in that PR, though unfortunately we don't have continuity with the comment chains.
I looked into it a bit, the general method would be listening to the `PrepareForSleep` signal from the [`org.freedesktop.login1.Manager`](https://www.freedesktop.org/software/systemd/man/latest/org.freedesktop.login1.html) dbus interface; however, neither `dbus` or `dbus_next` modules load correctly in...