Mathieu
Mathieu
While I understand the rationale behind #119 ,`giggsey/locale` dependency could lead to inconsistency for people which are already using the intl extension, and is useless for people which have up-to-date...
As my company is using MongoDB I registered a paramconverter as such: ```yaml sib.converter.doctrine.odm: class: Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter arguments: - '@doctrine_mongodb' tags: - name: request.param_converter converter: doctrine.odm ``` Problem is, MongoDB cares...
* Operating System: Alpine 3.7.0 * Node Version: 10.6.0 * NPM Version: 6.1.0 * webpack Version: 4.15.1 * webpack-hot-client Version: 4.1.1 ### Expected Behavior When `optimization.runtimeChunk` is `single` the client...
While BEM [does not recommend](https://en.bem.info/methodology/faq/#can-i-use-combined-selectors) chaining selectors, [it totally makes sense to chain modifiers](https://stackoverflow.com/a/33872510/465233). Could it be allowed, even behind an option?
| Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | N/A...
| Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | Fix...
See http://jsfiddle.net/8Lgh6tsc/ If you change tab and come back the animation will jump to its state based on duration only, making as it didn't get paused.
| Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix...
| Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | no | New feature? | yes | Deprecations? | yes | Issues | Fix...
https://twig.symfony.com/doc/3.x/recipes.html#using-a-database-to-store-templates shows how to load templates from a database, but following this recipe will make templates’ source update inoperant by default when debug mode is disabled. You can enable `auto_reload`...