Greg Haines

Results 12 comments of Greg Haines

Here's my solution which converts non-ARGB8888 images into ARGB8888: ``` Objective-C #import "UIImage+Blur.h" #import #import #pragma mark UIImage+Blur Implementation @implementation UIImage (Blur) - (UIImage *)blurredImageWithRadius:(CGFloat)radius iterations:(NSUInteger)iterations tintColor:(UIColor *)tintColor { //...

@deanhillertwitter, I'm not following your question. About the reflection, you can write your own `JobFactory` implementation. The default/provided ones use reflection but the constructor to `WorkerImpl` takes any instance of...

Are you thinking this would just be a method for testing or part of the Jesque API?

Blech... I found these: http://stackoverflow.com/questions/13228745/embed-segue-not-backwards-compatible http://stackoverflow.com/questions/12868255/nsinvalidunarchiveoperationexception-with-containerview Looks like I used the embed segue which is an iOS 6-only feature. You can work around this by deleting the embed segues and...

http://lmgtfy.com/?q=delete+embed+segue

Can you make a pull request though GitHub?

I like the idea; would you be willing to take a crack at it?

Not currently. :frowning:

After the great success we saw with the worker pop, I'm very open to seeing a lot of Jesque logic be pushed into lua scripts! Even if we only see...