John O'Rourke

Results 11 comments of John O'Rourke

Just sharing what worked for me - I was new to Windows named pipes, and it's not obvious in the above comments that you need to tell wsl-ssh-pageant to set...

@peterjaap The original design for that was "you can either delete or anonymize, not both", but this is a good idea. We have several possible requirements: * delete a selection...

@SAN1TAR1UM the `--config` parameter (which gives it a directory of config yml files) can be used multiple times, so you can use the same phar but just add an extra...

I have some ideas! I have two criteria for this: * Optionally throw an exception - for example, we have made promises to be GDPR-complient for corporate clients, so I...

That's a great idea @peterjaap - the single repo would keep them all tidy, easy to fork, allow management of PRs and issues etc, and the post-install-cmd hook would make...

Just adding my solution for anyone who wants to use `composer require` local packages - I skipped using studio for this case, and run `composer config repositories.local '{"type":"path","url":"/path/to/composer/module"}'`, then `composer...

> First block will clean, second one will anonymize? @mehdichaouch I think multiple configs for the same table are ignored - the latest one wins, due to using `array_merge` here:...

Hold off on this, I'm tweaking the other files to allow easy inclusion in other projects.