Chris Oakman
Chris Oakman
Is there any reason we are not automatically re-reading and parsing `project.clj` everytime the user presses the "Compile" button? Seems like this should happen fast enough and we can remove...
Branching this from Issue #38 The app should automatically download updates from the internet and install them. I'm not sure we will be able to update atom-shell in this way?...
If you compile and there are 20+ errors or warnings, it will fill the screen with desktop notifications. We should show 5 or so and then just a "15 more...
This is an internal architecture enhancement. Right now the app closes the "catch" event at the browser side, prevents default, and then sends an IPC signal to the window side...
We should add a "test notifications" button to the Settings modal so users can check to see if their desktop notifications are working.
for desktop notifications https://www.npmjs.com/package/node-notifier
Shaun is reporting some inconsistencies with the way atom-shell Desktop Notifications are happening on Mac. We should support [Growl notifications](http://growl.info/) for Mac for those users who have it installed.
True story: I have been a full-time Linux user since around 2008 and have no idea how to do this. Help wanted :)
I'm noticing a bug on Linux (Xubuntu 14.04) where the window position adjusts between application closing / opening. Here is `window.json` opening and closing 4 times: ``` {"maximized":false,"position":[258,136],"size":[1000,850]} {"maximized":false,"position":[259,160],"size":[1000,850]} {"maximized":false,"position":[260,184],"size":[1000,850]}...