Peter Jaap Blaakmeer

Results 267 comments of Peter Jaap Blaakmeer
trafficstars

I guess the problem stems from here, where MySQL doesn't recognize it as an existing row and inserts a new one; https://github.com/elgentos/masquerade/blob/master/src/Elgentos/Masquerade/DataProcessor/TableService.php#L378

Probably because the table has two primary keys and Masquerade identifies the wrong one; ``` mysql> describe order_customer; +------------------+--------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default |...

This problem occurs because Masquerade at this point assumes a table only has one primary key. @IvanChepurnyi any idea how to allow for multiple PK's?

@joska1993 is this problem occurring with the specific change in this PR?

@avramovic for a temporary solution like that, a better approach would be to add `.patch` to the URL of this page (so `https://github.com/dg/twitter-php/pull/72.patch`- it will redirect you) and use that...

@dg can you merge this? Still open..

@zamoroka while you're merging, can you do this one as well? :)

Still running into this from time to time, when a package maintainer uses Windows...

Thanks @angelomaragna, I ran into this again and your option B worked perfectly (which was wat @puggan already said as well but I didn't know how to do it). IMHO...

@BorisovskiP you can't run the Cypress GUI from a Docker container since it has nowhere to output it.