Patrick

Results 42 comments of Patrick

We could easily add a second parameter [here](https://github.com/phpab/phpab/blob/master/src/Engine/Engine.php#L79) `callable $filter = null` and check the options of the test [here](https://github.com/phpab/phpab/blob/master/src/Engine/Engine.php#L84)

I just assigned this to 1.1.0 because it is not mandatory for 1.0 imo. We can implement filters if we want earlier.

We need the `ChainedFilter`. Country & Local are not needed because our interface is so darn simple, that anyone will be able to use it. For Quick&Dirty use we could...

I hacked around for my project, and this seems to work. I'm not experienced here, so take it at your own risk: ```diff diff --git a/src/DependencyInjection/DBALResultCachePass.php b/src/DependencyInjection/DBALResultCachePass.php new file mode...

Yep... annoying :-) I thought it checks the server, so y is ist checking for a composer.json file in my local directory?

In fact this was a formatting issue when posting to github. This is my complete file and it doesn't work. ``` yaml dynamic_form: new_user: choice1: type: choice options: choices: -...

Is this still wrong?

> I'm not sure if the bundle does already anything for pagination It doesn't, but it's possible by creating an (serializable) object, which holds the information and the collection for...

I'll add an example to the showcase repo when I have some time.