Garrett LeSage

Results 175 issues of Garrett LeSage

It would be better if we reworked the table to be a little more modern. Originally from https://github.com/cockpit-project/cockpit/pull/15346#issuecomment-779905647: As deactivation and activation are uncommon, as is deletion, it probably should...

enhancement
good first issue

It's currently difficult to know which VMs are using resources. Switching from circle graphs hidden in tabs to usage bars in the VM details page PR is a step in...

enhancement
needsdesign

Our password strength indicators aren't correct for a few different reasons. Firstly, there are better patterns, but we've had this discussion before. It would be tricky to implement. However, even...

enhancement

Another one which bugs me is the Console view. "Desktop viewer" is always selected by default (when present), I constantly switch it to serial console, only to be reminded of...

Continuation of #8. Moved the commits of the black and white versions to this branch (and PR).

1. Fixed CoffeeScript to compile again, as the new version of CoffeeScript is mainly backwards compatible, but missing a comma caused the source to not compile. 2. Updated CoffeeScript coding...

We need to have a test suite and make sure MagicMockup passes tests before merging in feature branches. (Before new versions, it should pass _every_ test too.) If there might...

Make it so that only magicmarkup.js is needed. The jQuery dependancy could be pulled in from the same place or used from the Google CDN.

Right now, everything is in the toplevel dir in the repo. We should have a demo dir, src, lib, test, etc. (All TBD.)

There should be a howto for using and a howto for developing. It doesn't have to be anything elaborate; it just needs to exist.