Patrick Molgaard
Patrick Molgaard
@anachronistic @viblo I've had a look at both your versions and while @viblo's version is a little too big for me to take in in one sitting, I think he's...
@anachronistic I think that's the right way of thinking! However, I believe the synchronous send has a bit of an impedance mismatch with the underlying (asynchronous) protocol - and that...
@anachronistic I already started ;) I don't have a lot of free time at the moment though, so progress might be a little slow.
@carbocation Good timing, I've just picked this up again!
Hey, APNS doesn't natively support incrementing badge counts. You'll need to keep track of the badge value within your application and send the correct badge value via APNS each time.
I think I prefer the int pointer version. @anachronistic, what about you?
So, I've dug into this a bit, and I believe the issue here is a combination of SelectQueryBuilder being accidentally quadratic with respect to number of joins & the inner...