Ryan McCue

Results 153 issues of Ryan McCue

Right now, it's taking up the full size of the icon, whereas most dock icons have a safe zone around them. I suspect this is in the Human Interface Guidelines...

Right now, Desktop just shows a blank blue screen while it loads in the actual JS. Should be able to fix this by using a splash.

Looks like we can install VB/Vagrant via the `installer` command: https://apple.stackexchange.com/questions/72226/installing-pkg-with-terminal

Since updates to the shell output cause it to scroll to the bottom, you can't scroll up while something's running (e.g. `vagrant up`), since it'll lose your position constantly. Should...

The `qm-overview` entry is manually added to the menu, so it's not possible to add child entries to it.

bug
feature request

If you have a CSS rule which sets the height of the QM panel, everything is fine, except if the user opens the preference panel. If they do, the height...

type:bug

I'm working on the ability to persist request data for QM, which is pretty easy thanks to the separation of collectors from dispatchers/outputters. The only thing that makes this a...

type:feature request

Way back in https://github.com/humanmade/coding-standards/issues/84 and https://github.com/humanmade/coding-standards/pull/219 we added rules for the order of imports. The way these rules were implemented is kind of complex, and doesn’t match up with the...