Moritz

Results 11 comments of Moritz

Did it fail to compile or did it not produce the expected result?

Hi, I made a working demo at https://github.com/mo22/blur-test There looks to be an issue with the exact border of the blurred area (that's the Platform.select part in the blur view...

should be ``` setHasFixedTransformationMatrix(false) ``` in the settings, that fixes some offset errors.

I believe the line ``` if (PlayServicesResolver.GradleProjectExportEnabled && !SettingsDialog.ExplodeAars) { ``` is not quite correct as I have disabled ExpodeAars in the settings and it still unpacks and modifies the...

This is a very difficult issue to run into as it is quite hard to debug. There is a different library at https://github.com/joyent/node-lockfd that handles the locking call in an...

@paulocoghi Both linux and mac seem to work fine, windows seems not to be supported. It looks as if this project is not very active (many open PRs) and I...

@baudehlo I have limited time also, but at least I'm using this very module in several projects, so I'd be happy to provide an update and might find time to...

I've used this patch ``` diff --git a/node_modules/react-native-sqlite-storage/platforms/android/build.gradle b/node_modules/react-native-sqlite-storage/platforms/android/build.gradle index 084752e..7fbd196 100644 --- a/node_modules/react-native-sqlite-storage/platforms/android/build.gradle +++ b/node_modules/react-native-sqlite-storage/platforms/android/build.gradle @@ -36,4 +36,6 @@ repositories { dependencies { implementation 'com.facebook.react:react-native:+' + + implementation 'net.zetetic:android-database-sqlcipher:4.2.0'...

patch for current version to be runnable in esm environment: ``` diff --git a/node_modules/node-hue-api/dist/esm/ApiError.js b/node_modules/node-hue-api/dist/esm/ApiError.js index b4058d2..9a55c22 100644 --- a/node_modules/node-hue-api/dist/esm/ApiError.js +++ b/node_modules/node-hue-api/dist/esm/ApiError.js @@ -1,4 +1,4 @@ -import { HueError }...

@tiptronic to node-hue-api/dist/esm in the master branch installed via npm install