Adamo Crespi

Results 41 issues of Adamo Crespi

It seems that the bunde breaks the autowiring functionalities of Symfony, making it impossible to use them. All the etails in the ticket opened in the Symfony's issue tracker: https://github.com/symfony/symfony/issues/23200#issuecomment-309171399

We extensively use https://github.com/bamarni/composer-bin-plugin to manage dev dependencies to avoid conflicts and dependencies hells. `bamarni/composer-bin-plugin` requires to use the argument `bin` before the Composer's argument. Something like: - `composer bin...

enhancement

**Describe the bug** When generating an URL for a route in Twig templates, the query string param `submenuIndex` is not set to reflect the linked route, but, instead, it remains...

**Complete error** > [ERROR] /Users/Aerendir/Documents/JooServer/Lab/Bundles/bundle-users/src/Command/AbstractUserCommand.php Line: 23 Message: Could not parse class "SerendipityHQ\Bundle\UsersBundle\Command" for annotations. [Semantical Error] The annotation "@suppress" in property SerendipityHQ\Bundle\UsersBundle\Command\AbstractUserCommand::$user was never imported. Did you maybe forget...

What I'd like to achieve: ```diff class MyClass { public function __construct( string $id, - #[ORM\Column(type: Types::STRING, nullable: true)] #[Groups(['get_my_class'])] private ?string $name = null, + + #[ORM\Column(type: Types::STRING, nullable:...

kind/feature request

The new configuration is this: ```php

Hi @alexislefebvre and @lsmith77 , how are you? Excuse me for my long absence, but I were in the process of closing the first version of my app and I...

RFC

I'm refactoring some of my test class to use less memory as I had some problems with large memory usage on my CI server. Going deeper in the code to...

verified

Running my tests, this is the error I get: > The class 'Zenstruck\Foundry\Proxy' was not found in the chain configured namespaces I have many mappings registered for Doctrine: may be...

```console ValueError: array_fill(): Argument #2 ($count) must be greater than or equal to 0 │ ╵ /Users/Aerendir/Documents/path/to/app/vendor/coduo/php-matcher/src/Matcher/ArrayMatcher.php:123 ╵ /Users/Aerendir/Documents/path/to/app/vendor/coduo/php-matcher/src/Matcher/ArrayMatcher.php:176 ╵ /Users/Aerendir/Documents/path/to/app/vendor/coduo/php-matcher/src/Matcher/ArrayMatcher.php:176 ╵ /Users/Aerendir/Documents/path/to/app/vendor/coduo/php-matcher/src/Matcher/ArrayMatcher.php:176 ╵ /Users/Aerendir/Documents/path/to/app/vendor/coduo/php-matcher/src/Matcher/ArrayMatcher.php:75 ╵ /Users/Aerendir/Documents/path/to/app/vendor/coduo/php-matcher/src/Matcher/ChainMatcher.php:45 ╵ /Users/Aerendir/Documents/path/to/app/vendor/coduo/php-matcher/src/Matcher.php:25 ╵...

require investigation