cp

Results 50 comments of cp

Ran into this issue as well! A workaround is to use `vector`. ``` ;; Switch from this (fn [bar] [:foo bar]) ;; To this (fn [bar] (vector :foo bar)) ;;...

Started looking into this a little and unfortunately I don't think it would be possible due to the fact that spec doesn't support having the same namespace qualified keyword spec'd...

I know this is kind of old, but I found that this method works better. If you have any improvements let me know! ``` -(void) scrollToDate:(NSDate*) date withAnimation: (BOOL) animate{...

Hi, I'll investigate this! Thanks. Edit: It wasn't as easy of a solution as I had initially thought. If somebody else wants to tackle this, PRs are welcome. I might...

Thanks @PiedPieper for opening the issue! I'll try to look into it in the next few days. Cheers!

Hi @kidvicious, thanks for the comment. Can you explain what you mean? From the `README`'s image they don't look angular to me. Is that not what you're seeing? Can you...

Gotcha. Thanks for the post! When I get time I will investigate this, however if you figure out a way to fix it I welcome PRs :)

I haven't yet. Like I said, I will investigate this when I have time. Feel free to open a PR if you fix it though. Cheers!

I started investigating this last night. Should have a solution shortly :)

I pushed up a solution to `issue/#19-smooth-lines`. If you want to test out the new branch, you can update your CocoaPods so it looks like: ``` pod 'TouchDraw', :git =>...