Jeff
Jeff
@markph0204 I'm not on the OpenCV team. I'm just a random person wandering by. Is there anyway you could create a pull request with the changes you outlined? Because I'd...
Howdy. I added ObjectBox to a tiny app project. In Xcode, I went to _File > Add Packages..._, pasted the ObjectBox GitHub URL into the search field, saw _objectbox-swift_ and...
Ran `sudo xcode-select --reset` prior. Tried again with latest master. Same result. Near the end of the output ``` 236 grammars already built 30 grammars built now ["alloy", "blade", "c",...
I just realized something important. I do not have Xcode installed, but only Command Line Tools. I am hoping to avoid the giant bunch of stuff that comes with Xcode....
So, for example, when I go into this file: `runtime/grammars/sources/yaml/src/scanner.cc` And I edit that second include line to point to the full path of `vector.h` like this: ``` #include "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/simd/vector.h"...