Dorian Villet

Results 33 issues of Dorian Villet

# Feature request Hello there. While adding some types and types' tests for a bunch of Functional-related functions in our codebase, I noticed that `array_reduce` does not infer the type...

bug

# Bug report Hello there. While adding some types and types' tests for a bunch of Functional-related functions in our codebase, I noticed a loss of precision in the return...

bug

Hello, I unfortunately have to support IE9 in my application, and I noticed that users get an "invalid calling object" error at the line that ifvisible.js is loaded (here's the...

Hello there, I'm having quite a hard time getting my head around this : [final methods in Doctrine Entities](https://www.doctrine-project.org/projects/doctrine-orm/en/2.6/reference/architecture.html#entities). There's [a PR](https://github.com/phpstan/phpstan-doctrine/pull/143) that added a check that Entities cannot be...

One thing I ([and others](https://github.com/isaacs/github/issues/729)) find sad about GitHub's diff is that it doesn't show succintly moved lines (it shows one line removed, one line added...). I was wondering if...

I had the issue that Imagick crashed if the folder I want to save the image in does not yet exist. Couldn't this library implement such a feature before saving...

For a project of mine where I needed great performance, I created a minimalist Symfony Console application that executes a "balanced crop", taking the input and output images paths and...

I'm having issues executing the `cache:clear` command with this bundle. On my server : ``` Clearing the cache for the prod environment with debug true [Symfony\Component\Filesystem\Exception\IOException] Failed to remove directory...

bug

I was thinking it would be a nice addition, for example when you're using this bundle to allow your client to handle simple tasks in production (custom symfony commands) but...

feature