Alexis Lefebvre

Results 71 issues of Alexis Lefebvre

- [x] Bug fix #3118 - [x] New feature? - [ ] BC breaks? - [ ] Docs added? I target 6.x so that 6.x and 7.x (later) could have...

**Description** In #2516, `getConfig()` was deprecated, but no replacement was suggested. **Example** We use https://packagist.org/packages/eightpoints/guzzle-bundle to use Guzzle in a Symfony project, with this config: ```yaml # config/packages/eight_points_guzzle.yaml eight_points_guzzle: clients:...

**Is your feature request related to a problem? Please describe.** When using PiGallery2, I don't see an about page with a link to the official project page. **Describe the solution...

enhancement

Suggestion for https://symfony.com/doc/5.x/setup/upgrade_major.html#2-update-to-the-new-major-version-via-composer It looks like this page is useful when a major version has just been released, but I think that it can be misleading once a newer version...

Status: Reviewed

### Is your feature request related to a problem? Please describe. Here is an open discussion to think about a new major version that would remove some features to help...

enhancement
help wanted
question

> I am experiencing significant performance issues with LiipTestFixturesBundle version 2.6.0 when using the loadFixtures method with zero insertions. Even with an empty set of fixtures as shown below, tests...

### Preconditions Current version of the bundle. `getReferences()` gives wrong results: it contains 1 fixture when it should contain 2. ### Steps to reproduce See - #244 ### Expected result...

bug
help wanted

A test added in - #79 had been broken in the last months. This fix works but I can't explain why. :shrug:

> from my understanding, we always have to define our fixture in a separate class, > what i would really like is to define the fixture data inside my test...