Florent SEVESTRE

Results 6 issues of Florent SEVESTRE

#271 This PR add the return of the entity after calling the `writeItem()` method on `DoctrineWriter`.

Hi guys, I would like to be able to retrieve the entity persisted after calling `writeItem` on the `DoctrineWriter`. Here is my use case: ``` $foos = array( // Will...

Hello, We have the following error messages while using a command argument/option default value as a constant: ``` ------ ------------------------------------------------------------------------------------------------------------------------------ 42 Parameter #4 $default of method Symfony\Component\Console\Command\Command::addArgument() expects string|null, mixed...

Backport PR #101 and #133 (based issue #98) on version 1, after discussions on #173. I continue to think that being unable to apply 2 filters with Doctrine Proxy is...

Hi guys, for a small project I'm working on, using `GitElephant`, I want to display the number of commits behind and ahead between the current branch and the origin one....

Hi guys, I would like to retrieve a diff of the working tree but it's seems it is not possible at the moment (a simple `git diff`). At first sight,...