Nick Brook
Nick Brook
Two commits here, the first prevents an issue with the Accelerate framework when importing FXBlurView into the Swift bridging header, the second provides more flexibility defining a tint colour. I'm...
This is a work in progress to check the new permissions on API 31 before performing the operations that requires those permissions. Currently BLUETOOTH_SCAN is handled correctly, but BLUETOOTH_CONNECT is...
Gradle 7
I had a go at switching to gradle 7. One issue is Maven publishing. I switched to the maven-publish plugin, but not sure I can test it. I wasn't sure...
When Android automatically reconnects to previously connected devices, as far as I know there is no way to be notified about that through RxAndroidBle, and no way to get a...
The following test fails in strict mode: ```c check(parse("{\"a\": \"a\" \"b\":\"b\"}", JSMN_ERROR_INVAL, 5)); ``` Surely this should result in `JSMN_ERROR_INVAL`?
This enables the jsmn API to be exported when building a shared DLL for Windows
For two versions: 1.0.0-b9 1.0.0-b10 The comparison result is not correct – the result gives b9 greater than b10.
**Describe the bug** Because gtest is embedded in the root of the respository under the gtest directory, if this repository is included in a unit testing `CMakeLists.txt` using `include_directories`, and...
noParse paths are not resolved to absolute paths as in browserify.
I have switched to classmap by changing the composer.json file and removing the now unnecessary requires in Mixpanel.php. I think this works...needs some testing. This was in response to https://github.com/mixpanel/mixpanel-php/issues/8