Garrett LeSage
Garrett LeSage
Fedora, CentOS, and Red Hat Enterprise Linux have dropped Docker (Moby) and switched to Podman, which doesn't require a daemon. It does have API support (which is what we're using...
Silverblue doesn't have a "normal" package manager. All installations are the same. One can "overlay" RPMs (and their dependencies), but most of the time, all the work happens in Flatpaks...
When launching k3x from its app icon and it encounters an error, nothing shows up. (To see tracebacks, one must currently run the app from the command line.)
TweetLanes is awesome, but lacks tablet support. @chrislacy: I remember reading that you tweeted about various ideas to support tablets better. Do you have mockups to share or any thoughts...
Most of the time, in the tweet details view, there are no discussions or retweets. It takes sliding over to the other tabs to reveal this fact, however. Can the...
Cockpit still has some issues with duplicated CSS. Some of these are due to imports in files that have been imported. Other issues are caused by using PatternFly components and...
To improve our time-to-load experience (performance), we should consider code splitting. React + WebPack can do this. React docs on code splitting: https://reactjs.org/docs/code-splitting.html Using "Suspense" on web.dev: https://web.dev/code-splitting-suspense/ We might...
This prevents duplication and includes CSS in the correct place.
Perhaps in the help menu, we could have a little warning about "You're currently in limited acces mode. To access all of Cockpit's features, switch to administrator mode." It might...
### Explain what happens 1. Visit the host switcher 2. Add a new host 3. In the "Add a new host" dialog, use an SSH URI without a user, such...