Peter Jaap Blaakmeer

Results 96 issues of Peter Jaap Blaakmeer

But for some reason it duplicates the to-be-anonimized record and anonimizes that one. Maybe because of the binary UUID's? But not all tables. `customer`, `customer_address`, `newsletter_recipient`, `user`, etc seem to...

hacktoberfest

Add identify command to find possible columns to anonimize. It should; * [x] Loop over all tables in a given database * [x] Loop over all columns in every table...

good first issue
hacktoberfest

Now that we've added a try/catch block we can add YAML definitions for tables that don't necessarily have to be present in an install. In our projects, we include YAML...

See https://github.com/elgentos/masquerade/pull/66#issuecomment-787909735

hacktoberfest

So we can make of all the goodies in there, like self-update.

hacktoberfest

When updating a row in a table, and setting the firstname, lastname and email address, all three are completely random. This means the email address does not 'match' the name,...

help wanted
good first issue
hacktoberfest

While running `composer install --prefer-dist` when installing Orocommerce, I get a warning that `guzzle/guzzle` is deprecated. You should depend on `guzzlehttp/guzzle`.

enhancement
open for contribution

While browsing on my app, I usually glance at the debugbar to see if my memory usage and request duration is within my normal limits. It would be great to...

enhancement

Some POST methods need the data in the URL query parameters, like the GET methods

**Is your feature request related to a problem? Please describe.** I have a patch that fails right now, but could pass in the future (due to circumstances not relevant to...

enhancement