Garrett LeSage

Results 175 issues of Garrett LeSage

As seen at https://github.com/cockpit-project/cockpit/issues/17776#issuecomment-1266610519: ![screenshot when you're not an admin](https://user-images.githubusercontent.com/907998/192549529-e09f26bf-00f4-486f-89ce-f438fa701c90.png) Perhaps something like removing the tooltip and toggle and put the tooltip's content inline there instead, perhaps with a button...

All CSS is now considered "soft", meaning Cockpit will not look right. Broken CSS may cause components to not be visible or legible. JavaScript is still mandatory, as functionality breaks...

release-blocker
page:login

The yearly popup is supposed to pop up outside of the modal's content area. But it doesn't. Instad, it looks like this: ![image](https://user-images.githubusercontent.com/10246/192332166-f102d0bf-763c-4c69-9892-5be99093ee94.png) _Originally spotted by @garrett in https://github.com/cockpit-project/cockpit/pull/17592#pullrequestreview-1120583100_

page:services

> - rounding: I veto "0 MB/s", as it is important to tell the difference between "idle" and "lightly busy", especially in terms of power management or figuring out if...

page:metrics
followup

If a browser fails the feature check, @allisonkarlitskaya says we should allow them to run Cockpit anyway. The problem is that when they're signed in, then Cockpit _will absolutely_ be...

When we're using tables that use `cockpit-components-table.jsx`, there isn't a stable way to target a cell with CSS. Ideally, it would have a class like `ct-table-data--cellname` where cellname is the...

enhancement

### Discussed in https://github.com/cockpit-project/cockpit/discussions/17704 Originally posted by **PatrikMosko** September 2, 2022 When trying to create new account, I am limited to usernames matching this regex: `^[a-zA-Z0-9.-_]*$` Based on what useradd(8)...

bug
page:users

### Explain what happens 1. Visit the firewall page 2. Enable the firewall 3. Lose access to Cockpit This is apparently a problem on at least: - openSUSE Tumbleweed -...

bug

Quick first attempt to improve mobile experience by rearranging elements and removing extra space.

![screenshot](https://user-images.githubusercontent.com/67428/190130528-7ddf2513-2af0-4ca9-bb46-cad3a4bb91f3.png) Issues: 1. Title is truncated, with no way to see what it is. - This can be always set to wrap by changing the `white-space: nowrap;` to `white-space: break-spaces;`...

bug