Mathijs de Groot

Results 5 issues of Mathijs de Groot

This fixes #3312 Previously the OpenCV modules was found using `CMAKE_SOURCE_DIR` which always points to the top level CMake directory. Using `OpenCV_SOURCE_DIR` allows for a more robust way of getting...

##### System information (version) - OpenCV => 4.6.0-dev - Operating System / Platform => Windows 64 Bit - Compiler => Visual Studio 2022 - MSVC 19.32.31332.0 ##### Detailed description I...

### Overview Android 12 (SDK 31) requires that when you are using intent-filters the `android:exported` attribute should be provided explicitly. Reference: https://developer.android.com/guide/topics/manifest/activity-element#exported ### Proposed Changes Add the `android:exported="false"` attribute to...

When using the Mavic 3T it is possible to limit the horizontal speed of the aircraft in 'normal' mode through the following key: ```kotlin FlightControllerKey.KeyHorizCurSpeedInNormal ``` It seems that this...

### Description I have a project with the following modules: `:app` ```kotlin sqldelight { databases { create("Database") { packageName = "com.example.app.db" dependency(projects.featureA) dependency(projects.featureB) } } } ``` `:feature-a` ```kotlin sqldelight...

feature