Timothée Barray

Results 25 comments of Timothée Barray

Hi Jose ! I'm of course in favor of using Command Bus! I just wanted to show that we are not required to use a _real_ command bus class to...

I use litecqrs on my other sandbox : https://github.com/tyx/cqrs-php-sandbox/blob/master/src/Afsy/UI/SymfonyBundle/Resources/config/commands.yml For now, it is the best I see, but Benjamin is no more very active on it : ( I don't...

On my side I get an error on destruct: ``` PHP Fatal error: Uncaught Facebook\WebDriver\Exception\WebDriverCurlException: Curl error thrown for http DELETE to /session/9dc6a482f043c2bc5bd06d67a38f85eb Failed to connect to 127.0.0.1 port 9515:...

Ok I misused panther. Usage of PantherTestCaseTrait solved my problem. Sorry for the interruption

@qdequippe Exactly ! I was trying to make my own usage of panther. Using directly stuff in this Trait solve all my problem.

Hi @rtheunissen any plan about this `equals` feature ? Can help ? Just see that `new \Ds\Set([1, 3]) == new \Ds\Set([1, 2, 3])` returns `true` and it makes my unit...

Looks nice ! Thanks you for your fast answer. > toArray would be a performance hit, might also run into non-scalar keys. Indeed ! > Sorry about this annoying issue...

Yes, you're right ! We should find a way to include the AWS Marshaler in this lib. I guess manifest.json could be extended. For now I map on my own...

Hi guys, I could have some time (and because I need it now :p) to work on this simple-dynamo-db. The question is around the Marshaler itself. Should we build a...

I just give some tries and the `unmarshalValue` method would require a lot of change. I guess we better make a new one