Jonathan Plantey

Results 16 comments of Jonathan Plantey

So what's up ? It woul'd be sad that this repo were abandonned since it is relatively popular (I followed http://www.symantec.com/connect/blogs/metrics-cocktail-statsdinfluxdbgrafana) and since influxDb has update (tags !). Is there...

+1, was about to propose same functionnality. I suggest to name it "guessExtension" instead of get.

Not the same usecase but I'm interested as well, because I have 2 different turnstiles mode (one managed, one invisible), so 2 differents pair of keys. Moreover, adding an option...

I have the "same" problem (I have no exceptions). There is a simple example : ```php $uof = $em->getUnitOfWork(); $event = $eventRepository->find(70); $event->setTitle('a new title'); $uof->computeChangeSets(); $event->setDescription('new description'); $em->flush(); //...