Andrej Mihajlov

Results 93 issues of Andrej Mihajlov

Did you manage to make it work on IB and CocoaPods? While properties show up in IB, they are not rendered, I get this error: `Storyboard.storyboard: error: IB Designables: Failed...

1. Throttle account data updates from UI with 10s cooldown when account has already expired, otherwise use 60s interval between requests. 2. Update account data as scene becomes active. If...

1. Fix regression where the blank view would appear after logout. 2. Reconfigure modal root on device revocation. --- This change is [](https://reviewable.io/reviews/mullvad/mullvadvpn-app/3806)

There is an option in passport-local - `failureFlash`. I suppose it should not only fire "Missing credentials" but also failed login errors.

Cells animate chaotically and content offset gets misplaced If user pans the view during the call of `-finishInfiniteScroll`. It seems like cells are being reused during `beginUpdates` and `endUpdates` animations...

bug

`pod try TSMessages`: ![image](https://cloud.githubusercontent.com/assets/704044/5741098/58a62d0c-9c09-11e4-85a9-cdd2ab3a5c05.png) Xcode: ![image](https://cloud.githubusercontent.com/assets/704044/5741112/79b3ebe2-9c09-11e4-9c40-fd710561da0c.png) ![image](https://cloud.githubusercontent.com/assets/704044/5741126/9558b774-9c09-11e4-8ba4-6fbb9a072eaa.png)

Hi, I compile this pod with CocoaPods 1.0.0.beta.6 and unfortunately get this error: ``` [reducted]/Debug-iphonesimulator/SimpleAuth/SimpleAuth.bundle: No such file or directory ``` Is there anything that we can do to make...

How do you fight the following warning displayed in console? Using Swift here. ``` ******************************************************* NOTICE: OPENTOK CONSOLE LOGGER HAS NOT BEEN SET. PLEASE USE otk_console_set_logger(otk_console_logger) TO SET YOUR LOGGER....

I am trying to figure out whether app should register for remote notifications or implementing `didReceiveRemoteNotification` should be sufficient enough. To be fair I am not much familiar with CloudKit,...

I see crash in `executeInResponseToFetchRequest` where it expects `NSManagedObject` but it gets `NSManagedObjectID` instead... I am bridging MagicalRecord with Seam so I assume this may be the cause of me...