Turtle Kalus
Turtle Kalus
One work around that I found was to symlink `/usr/local/bin/pip` to `pip3`. E.G. `$ ln -s pip3 /usr/local/bin/pip`
I believe so; saw it within the last 12 hours on latest(-ish) macOS. Seems like a confluence of using `pyenv version` set to `system` where system doesn't have the bare,...
@mmaney I'd be happy to provide a code sketch, but it would be little more than instantiating a `boto3.client()` object and passing it into the `Route53Dns` class. Where other dns...
Hey @mmaney would any additional detail on this use-case be helpful? I'm looking to understand if this can be unblocked or if I'm going to have to take a different...
Hey @mmaney, I'd be happy to work toward cleaning up this driver. Your assessment is spot-on on all counts and I think you're right on the ordering, logging, and exception...
> Makes sense! > > Could you please update `dist/cleanup.js` as well by running `npm run build`? Thanks for the gentle reminder @mpdude. Updated via docker using: ``` $ docker...
@mpdude Is there anything else blocking this?
@mpdude, I've rebased my branch from upstream and re-run/updated the `dist/` folder. ``` $ docker run \ --interactive \ --rm \ --tty \ --volume ${PWD}:/var/task \ --workdir /var/task \ node:20-buster...