Alex Tang
Alex Tang
@evermeer Are there any other steps other than adding EVGPUImage2 to the podfile and then doing `import GPUImage` in the code? I'm doing that, but getting "no such module 'GPUImage'"...
@evermeer I looked but can 't find anything ATM. I just tried with a brand new repo with nothing in it, and it also failed. https://github.com/SuperTango/EVGPUTest Any other hints?
Great. Thanks!
Thanks @pdvrieze > As alternative you may be able to create a serializer for RealmList that delegates to a regular ListSerializer and on deserialization creates a RealmList from the list....
Thanks @sandwwraith. What is the descriptor for this `MyRealmListSerializer`?
+1. How does one actually create the JWT when a login occurs? What should the subject be? how is it translated back to a req.user? So many questions. :) @psotos...
Thanks @ppolewicz. My use case is pretty simple, I only want to use a percentage of the available bandwidth. For example, my outbound pipe from the datacenter where my Linux...
I think this is a pretty core feature for any backup (especially a sync) solution. Not flooding the network when performing a backup of potentially Terabytes of data is a...
I'm definitely having a similar problem (swift project, XCode-6.1.1), but I haven't had time to delve into it too deeply. The popup label is defined like this: ``` var passwordErrorLabel:...
It's something with the first part of popAtView(): ``` if ([[view superview] superview] != self.window) { center = [self.window convertPoint:view.center fromView:view]; } ``` If I comment this out, it works...