tristan

Results 37 comments of tristan

i'm also experiencing this. I'm able to _consistently_ make it happen or not happen in two different tracks of code. glad i found this issue so i'm feeling a little...

as someone that's fully on AWS yet starting to look around at leveraging other tools like azure's functions, it seems that this missing capability is barring me from being able...

@alexkarcher-msft that's great. is doing the same for the consumption plan on the roadmap at all?

+1 on this. we always coded around this by using all sorts of nasty `pragma`'s to conditionally import the library and conditionally annotate things with the understanding that we'd only...

![title](http://i.imgur.com/IPNszya.png) The `AddCardDetailsViewController` that you see here is the new view that has the textview that I'm calling `becomeFirstResponder` on. The whole `Message sent to deallocated object` is referencing a...

at the time of the crash, this method ``` Objective-C - (UIView*)TPKeyboardAvoiding_findFirstResponderBeneathView:(UIView*)view { // Search recursively for first responder for ( UIView *childView in view.subviews ) { if ( [childView...

also, just tested on iOS6.1 to compare and it does not occur. only seems to be on iOS7. i deleted a previous comment to keep clarity here and try and...

this works for me but seems to randomly cause a crash on the `if` here when i call `becomeFirstResponder` on one of my two textviews ``` Objective-C - (UIView*)TPKeyboardAvoiding_findFirstResponderBeneathView:(UIView*)view {...

@RehanSaeed no, it's less about which properties and more about how many properties across how many objects yielding the log size. i'm not limiting properties in this PR, just how...

both the same version, yes. `REDACTED` is the main application. I'd be happy to share the logs but the opportunity to grab them is likely gone. i had to reset...