Julien Deniau

Results 52 comments of Julien Deniau

Got the same problem, mainly because the dump command regenerates some file without requiring Translator but using it as a global variable. I solved this like this: ``` js resolve:...

> I'll have a look after new year if you don't mind. Of course no problem ! 🎉

@theofidry My branch was originally based upon [your `feature/multiple-entity-managers` branch](https://github.com/theofidry/AliceDataFixtures/compare/feature/multiple-entity-managers). I rebased this PR on `master`, we now have our mixed work on multiple entity manager mixed. The review might...

This PR does now superseed #99

> 👌 Looks like the CI is failing. Hi @theofidry , I fixed the CI, the bugs came from the `Purger` class that now extends `ObjectManagerPurger` and thus the private...

For the record if you push a major release, you might want to drop the deprecated classes (`Purger` for example). There might be some cleaning to do after thi PR...

@theofidry I took time to re-work on that PR again. The CI is failing but for the same reason as https://github.com/theofidry/AliceDataFixtures/pull/168 . Probably because the lock file is not set...

Hi @COil , I ran into a lot of new issues with this PR, probably due to https://github.com/theofidry/AliceDataFixtures/pull/155 and the entity id management. As I was upgrading the whole package...

Might be a nice way of dealing with it. The interface is quite complex (13 methods), but all are probably not used if the class is internal On Mon, Sep...