Alan Ivey
Alan Ivey
Encountered the same problem. I tried attribute matching but that didn't seem to make a difference. Snipe-IT: Google:
@drj-io that's encouraging to hear. I've tried with and without the mapping, and I just removed it now again based on your reply. What ended up being the solution for...
The `certbot` formula in Homebrew installs certbot in a virtualenv. This means it can be "extended": ```bash $( brew --prefix certbot )/libexec/bin/python -m pip install certbot-dns-route53 ``` Verify by running...
Thanks, @ToSMaverick! To make things a little easier, you can start with `2022-01-28-raspios-bullseye-arm64-lite` which includes the 20220120 kernel. You would still need to download and install the 20220120 version of...
@GneeChee - install the Raspberry Pi OS, follow the steps in https://github.com/pimox/pimox7/issues/66#issuecomment-1099110466, then run this repository's installer script.
Is there a way to use `ZipFile` and have the function import cfnresponse without the aforementioned cfnresponse.py being included? I want to update my custom resources to use my edited...
If it helps anyone else until this is resolved; we are building multi-arch images every week from the upstream Debian version and posting to GHCR: https://github.com/baosystems/docker-postgis/pkgs/container/postgis . The following are...
We experienced this too and found the following differences in the bundled packages uploaded to Lambda from a deployment in February that worked vs one in April that did not...
Good catch @mikewyer; I updated my comment accordingly.
@kuba I have documented how to create non-virtualenv packages for CentOS 6 and 7. If you'd like me to add them to a Wiki page, let me know and I'll...