ghostff
ghostff
Due to https://bugs.php.net/bug.php?id=69489, PHP 7.1 and above raises a notice. This PR provides two alternatives. 1. Using a flag to suppress the error. (Current default behavior) ```php $config->setOption('suppress_tmp_warn', true); ```...
Mink is striping out `:` from string example: `And I fill in "time" with "10:10"` is filled out with `1010` also ``` When I fill in the following: | description...
``` php composer.phar require jansenfelipe/omr ``` Give me this: ``` Using version ^2.0 for jansenfelipe/omr ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your...
Am trying to change the the stroke color of a polygon on `mouseover`. The issue is, I don't know/cant find an appropriated documentation on how to access the `setOptions` method...
## Versions React Native Cli: 2.0.1 React Native: 0.55.4 React Native Sound: 0.10.9 X-Code: 9 and 10 ## Description Some urls doesn't play in IOS, and the ones that manages...
This use to wok before but all of a sudden it stopped. I downloaded a new one and added this: ``` console.log(fuel_csrf_token()); ``` to the views > welcome > index.php...