Emre Akinci

Results 5 issues of Emre Akinci

```html Group value 1 Group value 2 ``` Validetta is running on that form. When I submit the form, new markup looks like (as expected): ```diff Group value 1 Group...

While running all my e2e tests, the bundle caches the test database and restores it when it passes to another test. But it does not backup only the database schema,...

http://docs.php-http.org/en/latest/clients/curl-client.html I just followed steps on the page. And there are 2 packages now in my `composer.json`: ```json "require": { "php-http/curl-client": "^2.0", "php-http/message": "^1.7" } ``` http://docs.php-http.org/en/latest/clients/curl-client.html#usage I've copied one...

This `helper.validate` code just checks if the schema has a "name". However, when registering primitive types, since they don't have a name, registration fails because of this check. Please remove...

Why did you do that? Why can't pass twig options directly as a basic object? https://github.com/zimmen/gulp-twig/blob/56f060de3f1c8e3582de59c85fb23e951978b66a/index.js#L49-L60 How can I set `strict_variables: true` option for twig??