Martin Kovachev
Martin Kovachev
Although I haven't checked / used it in a while - it should still be operational! Unfortunately I don't have the time right now to verify this - feel free...
I am looking at this issue right now after trying to find out why related objects do not get deleted. I've searched in the documentation but it is not stated...
More specifically i am looking for a way to do this: ``` MemberMeasurementPhoto.query() .where("memberId", this.id) .where("isLatestLog", true) .delete(); ``` Basically a filtered deletion - but in depth of all related...
I've been digging this issue because performance of the calendar when the layout is being refreshed several times is horrible... This has to do (at least that is what i've...
Hm - i've now cloned the repo and i see this is fixed! It's only wrong in the cocoapods version - could you update it please? Thank you!
Hi! I am not cert pinning. As i explained above the problem has nothing to do with SSL. After i traced the calls down i see that simply the url...
Haven't got the chance to test out VimeoUpload yet but i am answering on your previous question. The url which is failing is this - just got it while debugging:...
The sample video. [sample_mpeg4.mp4.zip](https://github.com/vimeo/VIMNetworking/files/176887/sample_mpeg4.mp4.zip)
Hi there, We are using VIMUpload. Here is a full excerpt of the code (OldVimeoUpload): ` - (void)sendAssetToVimeo:(PHAsset*)asset { NSDateFormatter *dateFormatter = [[[NSDateFormatter alloc] init] autorelease]; dateFormatter.dateFormat = @"yyMMdd|HH:mm"; NSTimeZone...