Emmanuel Maggion
Emmanuel Maggion
Using the SVG backend got rid of the exception for me (even though im generating QR Code via Google). ``` 'qrcode_image_backend' => \PragmaRX\Google2FALaravel\Support\Constants::QRCODE_IMAGE_BACKEND_SVG ```
You are probably using the old package name `@react-native-community/masked-view` instead of `@react-native-masked-view/masked-view` See: https://www.npmjs.com/package/@react-native-masked-view/masked-view
@s10wen Looking at the diff I do not see any dependency required, am I missing something? Maybe you're thinking about https://github.com/kcrawford/dockutil? Which is not used here
@dsroot I think it would be safer and better for performance to remove (or make optional / another command?) the "searching for app path" feature. And instead just declare the...
Hey, finally had some time to implement this on my own dotfiles and drop dockutil. I noticed the `reset_dock` function did not work for me (macOS Catalina), there's one param...
I am experiencing a similar issue, however I am using laravel/valet. PHP-FPM is suddenly using 90-100% CPU for no reasons, even if I am not browsing my websites. Restarting Valet...
@contactsimonwilson We're getting the errors on other Android versions as well: I tried to replace `expo-clipboard` by `@react-native-clipboard/clipboard` and we're getting even more errors, this time however they are all...
I might have a lead, not sure... https://github.com/expo/expo/pull/25866#issuecomment-1927991995
I patched it this way (use it at your own risk) but new build is still pending review from Google... ZzzZ `expo-modules-core+1.11.8.patch` ```diff diff --git a/node_modules/expo-modules-core/android/src/main/java/expo/modules/kotlin/AppContext.kt b/node_modules/expo-modules-core/android/src/main/java/expo/modules/kotlin/AppContext.kt index 604773c..843030c 100644...
> @lukmccall @alanjhughes why is `expo-clipboard` still on `5.0.1` on `sdk-50` branch? Something is not right with the release cycle, please look into this. The regression and fix is from...