Ilja Iwas

Results 6 issues of Ilja Iwas

When I run my app with Xcode's Thread sanitizer enabled, I get an issue reported where read access to the 'state' property is not properly guarded (see attached screenshot). This...

… that won't add photos to the user's photo roll This is meant for productivity apps, e.g. inventory management, where users don't want images added to their private photo libraries.

This fixes "duplicated symbol" linker errors for XCProjectNotFoundException, occurring because XCProject.h file was included in several .m files.

If there are several ColorWells used, clicking on a second color well made the first clicked color well take on the initial color of the second color well. This change...

Please add a tag to the most recent commit, so I can update the CocoaPod podspec file to point to it. Seems there is a bug in the CocoaPods trunk...

It seems that lidx uses 64-bit integers to uniquely identify originating objects. In my app design I'm using UUIDs to identify objects (128 bits). Since LevelDB uses strings as keys,...