Anne van de Venis

Results 24 comments of Anne van de Venis

@Wirone thanks for reminder! I checked our configs, and it seemed we were already using `none`! (we are using ECS to apply PHP-CS-Fixer rules) ``` $ecsConfig->ruleWithConfiguration(ClassAttributesSeparationFixer::class, [ 'elements' => [...

I'm experiencing the same issue (most probably after updating to React Native 0.73.0, but we've also bumped other dependencies). ```diff HEADER_SEARCH_PATHS = ( "$(inherited)", "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon-Samples/ReactCommon_Samples.framework/Headers", "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core", "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon-Samples/ReactCommon_Samples.framework/Headers/platform/ios", "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers", "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios", "...

@cipolleschi I've created a reproducer here: https://github.com/annuh/reproducer-react-native. I believe it's related to an old/correct installation of [RN Firebase](https://rnfirebase.io/), since I fixed the issue by reinstalling the Firebase library. The `HEADER_SEARCH_PATHS`...

FYI, I was having the same issue, and fixed by using the following code: ```javascript import { GoogleSignin, statusCodes } from "@react-native-google-signin/google-signin"; // Seems that without `signInSilently()`, `getCurrentUser()` sometimes return...

Fyi, using the (unreleased) master branch worked for me: 🙂 ``` install-php-extensions imagick/imagick@master ```

I'm sorry for the late reply! My initial though was, if the Imagick Bref extension includes Ghostscript (`gs`), why not also include `convert`. In one of our serverless applications, we...

> I don't think we should fix this here, and instead wait for the upstream fix to be completed. Based on that ticket (https://github.com/DataDog/dd-trace-php/issues/2014), it's not clear to me what...

> Hm... I think this is reasonable. Anything happened for DataDog the past few months? Not as far I know. The Datadog docs still mention that “the AppSec extension loads...

We are facing the same issue, for example when adding this text to a PDF `斯 لارس`: ``` Warning: Undefined array key 25289 #0 /var/task/vendor/tecnickcom/tcpdf/tcpdf.php(4113): TCPDF_FONTS::utf8Bidi(Array, '\\xE6\\x8B\\x89\\xE7\\x88\\xBE\\xE6...', false, true, Array)",...

I'm having the same issue, after a MacOS update. Here are the errors from the debug log: ``` 13:49:59.733 INFO: Start virtual machine named runner-1 13:50:09.781 INFO: Failed connecting to...