Jeremy Combs

Results 16 comments of Jeremy Combs

> Debug is not a class. Don't call it with `new`. Thank you, @Qix. I deleted my comment since it was incorrect.

@jmeridth, Do I need to do anything after the PR has been approved to get it merged? Thanks!

@jmeridth, I do not. It says that only those with write access can merge it. Sounds like someone else has to merge it.

Can we please merge this PR into the master?

> Is this change compatible with the existing acme.sh users? I mean the existing certs can renew without any changes? So, I actually have the existing `dnsapi_gcloud` implementation working with...

@typytypytypy I wanted to keep running `acme.sh` in Docker so I created and published a container that runs the Google Cloud SDK and `acme.sh`. It and the instructions on how...

@kachkaev I have this same issue. I opened an issue with chalk. Looks like it's because `"main": "./source/index.js",` is missing from `package.json`. [Chalk with ESLint & Airbnb Base #536](https://github.com/chalk/chalk/issues/536#issuecomment-1061584981)

@macabeus In the issue I have open with `chalk` this was the feedback from @sindresorhus: >`main` can be useful when you have backwards compatibility with CommonJS. Chalk does not support...

@ljharb Sorry about the personal attack from them. I'll ignore it for now and monitor the bug that you have open on it. Thanks for your hard work on this...

I submitted a PR to add SCP support. Pending review and approval, as a temporary solution only, I have posted both the Debian and Alpine versions to Docker Hub which...