Chingologram

Results 5 issues of Chingologram

First of all, thanks for Tig. I think the two features in the title would make the refs view much friendlier to use. Ordering I think is a must-have, as...

I think that, as a general guideline, and for consistency/transparency, the client should aim to provide the same functionality as `etcdctl`. Here the list of methods that are not currently...

As per README.md, `wp dbi migrate --rollback` without the migration argument, should rollback all migrations. > To rollback all migrations you can run wp dbi migrate --rollback, or just a...

In the mail helper, the filter for email message overriding is called twice, with different parameter types. See below: https://github.com/fahadmahmood8/stock-locations-for-woocommerce/blob/7322f33ac3b7193b0261d9cc629160c1c99c2aaa/src/src/helpers/helper-slw-mail.php#L46 I added a PR https://github.com/fahadmahmood8/stock-locations-for-woocommerce/pull/152 with a fix for this....

In the mail helper, the filter for email message overriding is called twice, with different parameter types. See below: https://github.com/fahadmahmood8/stock-locations-for-woocommerce/blob/7322f33ac3b7193b0261d9cc629160c1c99c2aaa/src/src/helpers/helper-slw-mail.php#L46 This removes the extra call using the same parameter types...