rainy liu

Results 110 comments of rainy liu

> executing: C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake .exe -S C:\Users\ponng\Desktop\xxx\xxxx\example\windows -B C:\Users\ponng\Desktop\xxxx\xxxx\example\build\windows\x64 -G Visual Studio 17 2022 -A x64 -DFLUTTER_TARGET_PLATFORM=windows-x64 I just created a windows arm64 VM and tried to compile...

> I have an idea about what might be happening. When launching a debug session the VS Variables window is automatically expanded and the contents of the 'image' variable is...

@Raghbinho Hi. It's strange since I have just tested it by creating a new demo project and it works as expected, arm64 simulator should be excluded in both dartcvios.podspec (https://github.com/rainyl/dartcv/blob/0f1bcfff7f5caf9d0ea4d3b997b2f4639cc6c667/DartCvIOS.podspec#L41)...

@redcurry hi > Is there a performance penalty for always calling async functions? What happens exactly, is a thread always spun up when I call an async function? Of course...

Great, but it will be better if we can specify the properties to compare like before, sometimes we just need several props to compare.

> > Great, but it will be better if we can specify the properties to compare like before, sometimes we just need several props to compare. > > In those...

Sorry for the late reply, I was on vacation recently. @KartikGavhale As abdelaziz-mahdy suggested, you can always find an example in our tests at https://github.com/rainyl/opencv_dart/tree/main/test And the code you attached...

If you have no more questions, I am going to close this issue, feel free to reopen it if needed.

This issue was opened in 2019 but not finished after FIVE years... This is particularly useful when interacting with FFI. For example, I have many `typedef void *A;typedef void *B;typedef...

@ywu2014 The minimum supported macos version is 11.0, I will try to support 10.15, you can try to build the project by yourself for now.