Garrett LeSage

Results 767 comments of Garrett LeSage

So I was thinking we can make snapshotting more like a snapshotting task and less like "random generic subvolume". This would include some nice stuff where it makes snapshotting super...

This is super weird in context: ![image](https://github.com/user-attachments/assets/3232bd2c-addb-4a93-b7b1-03d0763d69cc) Firstly, the empty states are very repetitive and shouldn't say "for this VM" everywhere. We'll have to handle that in another PR. For...

Alternatively, something closer to what you already have (at least for the second line): > No snapshots exist > Revert to an earlier state using snapshots

I think this update is theoretically supposed to fix RTL regressions that we (and others) reported to PatternFly.

I wonder if something like `[data-reset="selector"].pf-v6-reset` could work? Going from right to left with [bottom-up parsing](https://en.wikipedia.org/wiki/Bottom-up_parsing) ([like CSS selector matching does](https://stackoverflow.com/questions/5797014/why-do-browsers-match-css-selectors-from-right-to-left/5813672#5813672)), it'd look for everything with the class first, _then_...

Here's another blog post about the CSS selector matching functionality that's in Edge (and soon in Chrome), from the Edge dev team, which walks through how to use it with...

Sure! A simple class to match is the second fastest selector possible. (Fastest if you don't count #IDs, which really shouldn't be used in CSS, if you can help it,...

I strongly disagree with this approach (adding more JavaScript instead of doing what browsers do natively), and have been waiting on the proper solution from browser vendors for several years...

Still an issue that should be addressed.

Another screenshot, from mvo's recent video: ![image](https://github.com/user-attachments/assets/eb1512b4-02a8-49d6-ae09-e96b86f99d73)