polygbrl
polygbrl
> Hi @amerikan, the problem is that if DateTimePickerAndroid is a Modal, when the user Cancels or clicks outside the Modal, the Modal closes without invoking setShow(false), then when triggering...
I solved this by using the `.on( events [, selector ] [, data ], handler )` format with, as event, a function that is getting all the possible events, for...
As far as I understand it (which might be quite limited), `rcs-core` will consider `PHP` files as a string and therefore use the [string regex](https://github.com/JPeer264/node-rcs-core/blob/79af50b5c611733dc84aa3c10ea8e41cbf78d17e/lib/replace/regex.ts#L8) to match any words between...
No problems at all! In my opinion, it should at least fully work on the `HTML` parts of a `PHP` file but if this enhancement should lead `rcs-core` to officialy...
Great! So for first iteration, using _html replacer_ works as expected: ```javascript const php = rcs.replace.html(fs.readFileSync('./src/index.php', 'utf8')); ``` Or [here](https://github.com/JPeer264/gulp-rcs/blob/65d061a622ff39455b26ea86198cbc7ffae28df1/index.js#L16) with `gulp-rcs`: ```javascript html: ['.html', '.html', '.php'], ``` So I...