Cătălin G

Results 19 comments of Cătălin G

If I may add to this. It would also be useful to autocomplete a command that is not found in .desktop files, like shell files used to launch IDEs like...

I tried this: ``` 'my_disk' => [ 'driver' => 'local', 'root' => realpath(dirname(__FILE__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'storage/my_disk'), ], ``` but for some reason it tries to...

I think I found a solution, but I'll need you guys to confirm it's working for you too: ``` 'my_disk' => [ 'driver' => 'local', 'root' => Phar::running(false) ? dirname(Phar::running(false))...

@gkzsolt same here, I'm pulling my hair out looking for something about that ResponseClassInterface. I can't find anything. In the upgrade guide from 3 to 4 they're mentioning methods that...

This seems to be the cause: https://github.com/doctrine-extensions/DoctrineExtensions/issues/2261

@oallain bumped into this requirement too. the instructions are clear enough, but I wanted to add support for Brand import, with loevgaard/sylius-brand-plugin. If I understand correctly, I need to make...

Any suggestions here? Should I open a new issue?

I confirm this. The cause seems to be the matching in the ImportDataController, line 49. The 'app' part is lost, the route only has the resource.

This seems to be the same as #249. I created a pull request to fix these: #272.