Ilya Kulakov
Ilya Kulakov
@schrepfler @zmukwa Anyone interested in pushing this branch forward should probably start with reviewing and merging https://github.com/Kentzo/F-Script/pull/20.
Are you able to reproduce this crash with the Inspector app? Otherwise, could you come up with a sample app so I could debug the issue?
Does your app manipulate constraints of subviews in any way?
I really want to get it fixed, but I am at a loss where to start. Just doesn't make sense that it crashes only occasionally on a static layout like...
Could you reproduce it in a sample project that you can share? Want to make sure I got it right.
Please try the issue-148 branch.
Do you need binaries or a tag would suffice?
That's a tricky one. I'll see if I can reproduce it.
I'll look into this next week.
> let event_ = NSEvent(cgEvent: cgEvent) AFAIK NSEvent.init(cgEvent:) returns an optional, do you check somewhere that the conversation was successful? Can you catch that case before conversion to NSEvent and...