Andrés Fuentes
Andrés Fuentes
Read this: #11174 ...then wait, there are more important things than fixing false positives. It will be fixed at the next scheduled update or when a critical bug appears.
I managed to access the camera and audio adding this codes: In the MainActivy.java file, add this imports ``` import android.Manifest; import android.content.pm.PackageManager; import android.support.v4.app.ActivityCompat; import android.support.v4.content.ContextCompat; import java.util.ArrayList; import...
This is a great addition to avoid the large number of errors some users get and eliminates the need to add files to exclude by simply ignoring the ones that...
I have seen that many have problems with the Http facade. You could try using the exclude array in the opcache.php file in the config folder, although I don't know...
Answer to title question: Yes... Answer at the end of the comment: No. Probably, since the Opcache configuration is for PHP in general, it is not tied to the project....
I have seen that many have problems with the Http facade. You could try using the exclude array in the opcache.php file in the config folder, although I don't know...
Maybe, you should be able to write .babelrc ``` { "ignore": [ "**/*.stories.js" ] } ```
Try ``` ```
Any update on this?
Maybe it's my mistake... I've created a component library in React that I install in other projects via Git. The library is implemented on top of storybook and a static...