Jelle van der Waa
Jelle van der Waa
> > @allisonkarlitskaya : Bah, [this c8s failure](https://artifacts.dev.testing-farm.io/6a0a49ac-073f-4bc9-90e7-a22bff18a349/) is fallout from [cockpit-project/bots#3709](https://github.com/cockpit-project/bots/pull/3709) , sorry about that. It's not immediately clear to me what happens -- .write() definitively uses input=, and...
@allisonkarlitskaya argggh so the issue is: ``` drwxr-xr-x 2 root root 4.0K Aug 16 15:46 builder ``` And builder tries to write `config.log` in the previous image it was: ```...
Proof mypy works https://github.com/cockpit-project/cockpit/runs/7878382609?check_suite_focus=true
Wondering if check-memory failing on clang is https://bugs.kde.org/show_bug.cgi?id=452758
> I wonder if you want to first try getting this working with `systemd_ctypes` as a practice run? Sounds good, also an excellent time to figure out how the library...
``` pkg/users/users.scss 7:@import "@patternfly/patternfly/components/DataList/data-list.scss"; 8:@import "@patternfly/patternfly/components/Form/form.scss"; ``` Removing this requires rewriting `authorized-keys-panel` to use our PF/Our data list component instead of writing div's with PF classes. ``` pkg/storaged/storage.scss 22:@import "@patternfly/patternfly/components/Card/card.scss";...
Oh, that's really neat, but people might already have custom timers. My WiP PR for deleting timers checks for timers in /etc/systemd/system so we don't edit system timers.
Another issue is that timers currently overwrite existing timers, so ideally it would not allow that too.
> @garrett, @jelly, @martinpitt Another feature that would be a great add (maybe there is already a way im not seeing) is the ability for the timer to repeat at...
> @jelly This would work for my use case. Main difference between what I suggested and yours is mine wouldn't use OnCalendar but rather OnUnitActiveSec. but maybe that should be...