Wim Selles
Wim Selles
@first87 Looks good to me 👍 I'm only not the (only) one who decides about the PR's. The core members, that will also review your PR, decide in the end....
Hi @first87 , Have you seen [this](https://github.com/angular/protractor/blob/master/DEVELOPER.md) document. It holds all the steps you need to take.
Hi @first87, - You start by forking the project. - Then it will be add to your account. - Do a clone to your local machine - Then push your...
@first87 Tnx!!
Thanks for the feature request @vlokesh09 This reporter has no knowledge about the runs, it has not connection to the framework, it only translates what it gets. There is a...
Changing the checksum without knowing what happened isn’t a good solution. The checksum ensures the integrity and authenticity of your downloaded file, protecting against corrupted, incomplete, or maliciously altered files....
Ok, created a simple patch for this for RN 0.73.1, but everyone could do this 1. **Install `patch-package`:** ```bash npm install --save-dev patch-package postinstall-postinstall ``` 2. **Modify `boost.podspec`:** change ```podspec...
> facing the same issue with react-native 0.68.1. any workaround for this? Yes: 1. Go to `node_modules/react-native/third-party-podspecs` from the root of your project 2. check the `boost.podspec` for the version...
@ronenempathy You are not creating a new module, you are creating a patch in your project that will be installed when you do the `npm i` The steps mentioned above...
> What about for build systems like AppCenter, where node_modules are created at build time? What do you mean?