Motti Shneor

Results 15 issues of Motti Shneor

Added Apple Xcode project to build (and optionally code-sign chunk using Apple developer/app-store certificates) 1. builds 64bit architectures, 2. Supports Intel X86, X64, Apple M1 architectures - and will build...

no binaries for MacOS are offered, and the only I could find was 32bit build that was not code-signed. So I created an Xcode project for bchunck, and configured it...

Like all those "StackOverflow" questions+answers about Image resizing - this one too focuses on the same mainstream dull use for images - display. This is not really "Scale an image",...

I never heard of JSON query format - Maybe you refer to some broadly used format I don't know, but still - I cannot guess anything that work for me...

The docs say it is alright to send empty strings and nils to the CSV Exporter as fields. However nil fields in the first line cause exception, because _firstLineKeys NSArray...

the relatively new if (_currentLine == 0) { [_firstLineKeys addObject:field]; } doesn't check for nils - and NSArray raises on field==nil.

Downloaded this beautiful set of samples, and of course I was immediately blocked by hostile Xcode 12.4, MacOS 11.x iOS 15 and all the changes and deprecations. Happily, your project...

Any chance of publishing this for Mac OS too? I'd LOVE to help - but I'm struggling myself with applying CIFilters onto live camera input on Mac OS, and I...

not much to say. GitX 0.15.1962 crashes immediately at launch on my old iMac 6,1 running Mac OS X - 10.7.5 (Latest Lion). My mac can't run anything later than...

Maintainence

Hi, I downloaded your repo, and was unable to use it as is, because our MacOS project must be all Obj-C. So... After fixing the project and upgrading it to...