Mike Eason

Results 4 issues of Mike Eason

When clicking on the refresh button on the subreddit bar (bottom left), it would be nice to see some kind of progress indicator to tell the user that the sync...

I'm unsure which one I prefer, however I have changed the subreddit view bottom bar to use the CommandBar element instead of a Grid. ![image](https://cloud.githubusercontent.com/assets/7103013/11153862/a35d2db4-8a33-11e5-8daa-a40ac389664a.png) ![image](https://cloud.githubusercontent.com/assets/7103013/11153866/ab0dbfb0-8a33-11e5-924a-cc2b67cfd8dd.png) Here is some code:...

The `getActiveWindow` doesn't return anything, have you forgotten to commit something? ``` /** * Get information about the currently active window * * @param {function} callback */ function getActiveWindow(callback) {...

bug
help wanted

I'm particularly interested in getting the `MainWindowHandle` integer back from the process info, could you also include that? So for example, the result would be something like: ``` var processWindows...