Steve Robbins
Steve Robbins
My workaround for now ``` apt-get -y update apt-get -y install python3-pip pip3 install https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-py3-latest.tar.gz perl -pi -e "s/collections.MutableMapping/collections.abc.MutableMapping/g" /usr/local/lib/python3.10/dist-packages/cfnbootstrap/packages/requests/cookies.py perl -pi -e "s/collections.MutableMapping/collections.abc.MutableMapping/g" /usr/local/lib/python3.10/dist-packages/cfnbootstrap/packages/requests/structures.py perl -pi -e "s/from collections...
If you're going to work on `LIKE` autocompletion, consider ``` CREATE TABLE foo LIKE ``` Here I would expect to see a list of tables. ``` SELECT * FROM foo...
Looking at [an example of how passwords are reset](https://github.com/OpenMage/magento-mirror/blob/magento-1.9/app/code/core/Mage/Adminhtml/controllers/IndexController.php#L313-L318) I think this could have been a mistake (or copypasta code). In the example, they use `setNewPassword()` rather than `setPassword()`, and...
I still wonder if this was intended as a super-user feature. For instance, when I'm told "Your password has expired" I go clear out `enterprise_admin_passwords` so I don't have to...
@tkn98 You are correct. See updated PR.
@tkn98 Let me know if this is what you're looking for.
@tkn98 I'll take a crack at it. I think this involves creating/faking a rewrite conflict. I'm still a TDD novice so any tips at how to go about this are...
Can we revisit why instantiating a model isn't acceptable? The tests pass ¯\_(ツ)_/¯ Or is it an issue with untested 3rd party classes? Maybe add a class exists check and...
Possible duplicate: #492
This may relate to #540