Martin Pitt
Martin Pitt
@garrett : Is this the direction that you had in mind? I can't say I like it (it makes the dialog contents jump around), but [PF makes this rather clear](https://www.patternfly.org/v4/components/form/design-guidelines/#error-validation-on-submission)....
@jelly : Thanks for spotting -- I suppose that's another case of missing a `` wrapper. As this is an utterly complex endeavour, I'll split up the cockpit-components-dialog PR from...
@jelly : Sure, why not -- then let's block this PR on your's as well.
@garrett : Not blocked, I just didn't find the time to look into this again. This is a huge piece of work, but splitting it up into several independent PRs...
Indeed we need to show the group name in the UI, it's just too confusing. Especially as "container" is much more generic than just "Docker" these days -- there's "nspawn"...
Err, nevermind, we already have the popover for the group name, so using this issue for the customization.
@mvollmer: Nice demo video, thanks! Some ramblings (sent on IRC, but you are probably already AFK) There is no individual per-subvolume usage -- all of them share the same space....
I just [commented](https://github.com/PackageKit/PackageKit/pull/506#pullrequestreview-898527864) on that packagekit change. I don't see how this would work -- this is either a hacky workaround, or (more likely) a no-op. If this works, I'd...
@divStar : How exactly do you call `pkcon`? Can you try `pkcon refresh force`? That's using exactly the same API as Cockpit, so it would be a big surprise (and...
Right, `get-updates` only looks at the current local cache, that works fine. The "am I online" check is only done when PK needs to actualy download something. This is an...