Alban

Results 2 issues of Alban

Hello, https://github.com/nelmio/alice/blob/v3.5.8/doc/advanced-guide.md#references `@user_{alice, bob} => @user_alice or @user_bob` If i: client_type: ``` AppBundle\Entity\ClientType: client_type_{1..10}: name: '' ``` ``` include: - client_type.yaml AppBundle\Entity\Client: client_{1..20}: name: '' client_type: '@client_type_{1..10}' ``` I got:...

Bug
Documentation

### Description ### jQuery 3.4 Safari Version 12.1 (14607.1.40.1.4) On safari, fadeToggle "blink" but not on Chrome, any ideas? Code: `jQuery('#selector').fadeToggle()` Thank you ### Link to test case ### ![jquery-fadeToggle-blink](https://user-images.githubusercontent.com/5212567/56849420-33178880-68f4-11e9-920f-63966de3f023.gif)

Bug
Effects