gondo
gondo
after running `composer update` on my project and after running `app/console --env=test cache:clear` it failed with this error: ``` PHP Fatal error: Class Assetic\Extension\Twig\AsseticFilterFunction may not inherit from final class...
- add example of generated autologin link - add description how to generate such links - current `Usage` section of `README.md` is in fact `About` section, it doesn't talk about...
Github button on http://airbnb.io/projects/aerosolve/ links to `airbnb/airpal` instead of to `airbnb/aerosolve`
simple button what would call `opcache_reset()`
it would be very helpful to see basic example of how to use the generated code. i am just starting with golang. i've managed to generate `myservice.go` and now what?
currently pagination limit default value is harcoded in function declaration https://github.com/KnpLabs/knp-components/blob/master/src/Knp/Component/Pager/Paginator.php#L83 however passing `$limit = null` cause exception: https://github.com/KnpLabs/knp-components/blob/master/src/Knp/Component/Pager/Paginator.php#L87 this is a problem when im trying to set options like...
would it be possible to release docker container where everything is setup? that would be much more easier to pickup and understand your work
whats the point of `if( class_exists( 'Tidy' ) && false ) {` ? this will never be true. how was this ported? did anyone actually looked at the code or...
it seems like that there is a bug inside Mage_Core_Block_Messages in CE and EE. your current version still suffer from it. more info here: nexcess/magento-turpentine#112