Max Chadwick

Results 35 issues of Max Chadwick

Would you consider adding support for this strategy in this plugin? https://github.com/KyleMit/eleventy-plugin-embed-tweet There are distinct advantages to this strategy, both in terms of performance and privacy. I _might_ try to...

Currently there's no way to ensure unique values: https://github.com/stympy/faker#ensuring-unique-values Use case for me is in this project: https://github.com/mpchadwick/dbanon I generate random email addresses, but I need to ensure they're unique...

Ran out of memory trying to regenerate all the URL rewrites. There's another module which does the same thing. It uses pagination... https://github.com/olegkoval/magento2-regenerate_url_rewrites/blob/v1.4.3/Console/Command/RegenerateUrlRewritesProductAbstract.php#L20-L46 https://github.com/olegkoval/magento2-regenerate_url_rewrites/blob/v1.4.3/Console/Command/RegenerateUrlRewritesProductAbstract.php#L164-L165

There are of course many databases for which this tool could be useful. As a a second supported backend will look to add Posgresql support

https://twitter.com/SchumacherFM/status/1117775634950950913?s=20

Include a subcommand. E.g. ``` dbanon -config=myconfig.yml validate ``` Should check that none of the fields are anonymized with values that aren't known (e.g. typo on "fistname") Potentially should also...

Seems to be supported upstream https://github.com/vitessio/vitess/pull/3323/files

### Is there an existing issue for this? - [X] I have searched the existing issues ### What's missing? I think the DevDocs should cover how cron execution is split...

Progress: ready for dev

Use case: Often times when we need to block an IP the system is under such high load that it's impossible to follow [these steps](https://devdocs.magento.com/cloud/cdn/fastly-vcl-blocking.html) to block a bad acting...

We had an issue where we had a static block with products with add to cart buttons. The static block got cached, along with the form key, preventing users from...

Feature request