Knut Inge Grøsland

Results 11 comments of Knut Inge Grøsland

https://discussions.agilebits.com/discussion/17376/differences-between-website-and-mac-app-store-versions-of-1password-4

I get following warning in console: 2015-12-30 15:19:54.817 App Reviews[99082:2358376] IMKClient Stall detected, _please Report_ your user scenario attaching a spindump (or sysdiagnose) that captures the problem - (imkxpc_attributesForCharacterIndex:reply:) block...

[Application Support.zip](https://github.com/knutigro/AppReviews/files/75279/Application.Support.zip)

Hi, @alipishvaee. Cool that you use the control. You should only have to change one of the four params ``` UIView.BezierPoints.p1 = CGPoint(x: 0, y: 0) UIView.BezierPoints.p2 = CGPoint(x: 0,...

I got the same problem but discovered that it is this code from the example code which introduceg this crash: `cell.defaultColor = tableView.backgroundView?.backgroundColor` The example code should be updated. In...

Go :+1: I am no Ruby expert so I willl leave it for someone else, but I would very much appreciate if someone else would make this up to date...

@burczyk actually I didn't really try to find a sollution to this crash yet but I probably should since its one of the biggest crash groups in my app for...

I have been able to reproduce this today using following steps (taken from the accepted answer in this thread: http://stackoverflow.com/questions/29337765/crash-attempt-to-delete-and-reload-the-same-index-path): 1. Open your app that is listening for changes 2....

It seemes like my original idea how to prevent this crash did not work :-( The search goes on...