Jeffrey Bergier
Jeffrey Bergier
Actually, with the merged changes it won't work via SPM in Xcode 11. It will complain about swift version. Swift 5.3 and Xcode 12 are required to include this package...
I think you'll need to keep an xcode11 branch alive to keep backwards compatibility. Or revert the changes, and then create an xcode12 branch that is ready to merge when...
but yeah. I almost question supporting SPM in Xcode 11 as it doesn't support localizations... which is pretty bad. Like it could be a bad mistake for a developer to...
It seems you would want to disable new user sign ups OR disable arbitrary apps from being able to create new users. I see a scenario where you have very...
I should add that this appears to be similar to issue #9 but with a slight twist due to the question on the alternate way to add features like this,...
Create a merge commit when pulling/merging changes where all conflicts can be resolved automatically
@ralfebert `- (BOOL)cleanupStateWithError:(NSError * _Nullable __autoreleasing *)error;` will clean up the mid-merge state.
Hi Oishi, I do remember seeing this error. But I don't remember what/if I did anything to fix it. Is it happening every time for you or was it just...
Yeah, sorry, I have no idea what is causing that. A quick google search didn't reveal anything useful. Just double check that your Xcode is up to date and that...
AFAIR, you only need to flip the Y origin to switch back and forth between AVFoundation space and Vision space. I'm not sure why you're having to flip the the...
It looks like apple may have a solution for the rectangle problem. I just saw it today and haven't tried it. Might be worth a look though: https://developer.apple.com/documentation/vision/2908993-vnimagerectfornormalizedrect?language=objc