Erfan Sadigh Nejati

Results 20 comments of Erfan Sadigh Nejati

I agree, similar issue when parsing "td:first-child" in testing environment but in production anything is fine!

Here you are, [the cause](https://github.com/ErfanSn/gradle-issue-28927-reproducer/actions/runs/8831506469/job/24246864247)

Thank you for your opinion. If you are a developer, you can contribute to the items on the project. Currently, there are other items in my program.

Thank you for your opinion. If you are a developer, you can contribute to the items on the project. Currently, there are other items in my program.

It looks like you have set the OpenCV SDK path wrong inside `opencv.properties` file. ``` -DOpenCV_DIR=C:/Users/dk283/AndroidStudioProjects/AR-TouchOpenCV/native/sdk" ```

I found a workaround, We must explicitly give the Eigen, the Flann and the Lemon path to CMake. ``` cmake .... -DEIGEN_DIR=/home/user-name/openMVG/src/third_party/eigen -DFLANN_DIR=/home/user-name/openMVG/src/third_party/flann/src/cpp/flann -DLEMON_DIR=/home/user-name/openMVG/src/third_party/lemon/lemon ```

These three rules worked for me: ``` -keep class com.google.mediapipe.proto.** { *; } -keepclassmembers class * extends com.google.protobuf.GeneratedMessageLite { *; } -keep class com.google.common.flogger.** { *; } ```