SebC.

Results 39 comments of SebC.

Nice tips, I'll look into it. I use it in a crawler to request various websites with wrong encoding-type like amazon! amazon's encoding header is iso-8859-1 or is-8859-15 but the...

@dplewis I have no ideas why it fails

@mtrezza do you have any idea how to make it passes the tests?

I think it's the only ones failing yes, but I have no idea of new tests to add (I'm very very bad at writing tests...)

@parse-community/server-maintenance I think this one should be merged :)

Another scenario: in my app, I have no callout, but a view at the bottom of the screen with details on the selected annotation. And when I select an annotation,...

@TomWFox @mtrezza have you already seen something like this? Why is there even a `[BFTask continueWithExecutor` before the `_validateFetchAsync` test whereas it's a sync test (just a `if`)? Can't we...

Does someone have any idea of the purpose of the first BFTask in: ``` - (BFTask *)fetchObjectAsync:(PFObject *)object withSessionToken:(NSString *)sessionToken { @weakify(self); return [[[[BFTask taskFromExecutor:[BFExecutor defaultPriorityBackgroundExecutor] withBlock:^id{ return [object _validateFetchAsync];...

Unfortunately it's not... ``` Fatal Exception: NSInvalidArgumentException objectId should be non nil Fatal Exception: NSInvalidArgumentException 0 CoreFoundation 0x182676d8c __exceptionPreprocess 1 libobjc.A.dylib 0x1818305ec objc_exception_throw 2 CoreFoundation 0x182676c6c -[NSException initWithCoder:] 3 Parse...

Hard to tell, but it doesn't seem so (@carbonimax ?) In any case, Parse SDK shouldn't throw an assert just after supposedly validating the value one line before ;)