Chris Oakman

Results 99 comments of Chris Oakman

Hmm - there should be a log somewhere with more detail. @shaunlebron - do you remember where the logs went on Mac?

https://github.com/oakmac/cuttle/blob/master/app/app.js#L35-L38 ``` // cuttle.log goes here on a mac so it can be used by Console app if (onMac) { return path.join(process.env['HOME'], "Library", "Logs"); } ```

I'm pretty happy with how Issue #20 has worked out re: first time experience. The biggest thing missing for first-time users at this point is probably context. We could provide...

I don't know enough about Mac common defaults to have an informed opinion here. As a general heuristic, I think we should support the [Principle of least astonishment](http://en.wikipedia.org/wiki/Principle_of_least_astonishment) ;)

I love this idea. There are probably some tools available for open source projects that we can use for free. On Wed, Jan 28, 2015 at 5:55 PM, Shaun LeBron...

Look who loves grunt tasks now ;)

This is where we could put a link to Growl for Windows.

This is Issue #16 I agree; definitely needs to be supported.

This is an excellent idea and should simplify the shutdown code. On Thursday, January 29, 2015, Shaun LeBron [email protected] wrote: > This will allow us to shutdown the processes when...