Curtis Blackwell

Results 12 issues of Curtis Blackwell

Use Mou.app's GitHub.css (which probably comes from GitHub…)! ``` css *{margin:0;padding:0;} body { font:13.34px helvetica,arial,freesans,clean,sans-serif; color:black; line-height:1.4em; background-color: #F8F8F8; padding: 0.7em; } p { margin:1em 0; line-height:1.5em; } table {...

How would you feel about having all arguments in the snippets? For example, [`array_get()`](http://laravel.com/docs/5.1/helpers#method-array-get) accepts a third argument for a default value if the key doesn't exist. I'd like to...