David Keegan

Results 43 issues of David Keegan

It would be nice if there was a option to remove zero cents, but leave cents if there was a value. ``` 30 > $30 12.43 > $12.43 12.43543 >...

Could this be used to automate the creation of image identifiers in the cache? https://github.com/conradev/BlockTypeDescription

It would be cool if you could create a view in IB that would be used as the toolbar view where the height of the view controlled the height of...

feature

There are lots of deprecated warning under Lion: http://cl.ly/8f1r

Images don't push content out of the way causing content to be covered. ![](http://f.cl.ly/items/0E0j333r0r1X3c2Z271q/Screen%20Shot%202011-12-05%20at%2011.25.40%20PM.png)

I have been using this for placeholder text but I'm now using a custom `NSTextContainer` with one of my `UITextView`s and the placeholder becomes real text.

This is an awesome tool, would be really useful as a sketch plugin.

I often find myself wanting to schedule jobs to run every X minutes. It would be nice to have a `.minutes` option instead of having to do `(X*60).seconds`.