James Sumners
James Sumners
You are welcome to work on it. All of the information is available in this issue.
It looks like some suggestions were made to advance this PR and then no actions were taken for several months. There's the inactivity.
https://github.com/pinojs/pino-pretty/issues/140 is the last time this issue was discussed to the best of my recollection. In short, we've had two attempts performed at introducing the requested alignment. It seems it...
For what it's worth, I met the same situation and moved my DNS management over to my registrar, Gandi, which does provide an API. https://github.com/jsumners/gandi-dyndns may be of interest if...
Are there any guides for getting an environment setup for developing on Windows? I used GoLand to install Go 1.20 and setup a run configuration to run `go test -cover...
Windows does not ship with an `echo.exe`. So I'm not clear how either of the following test constructs are supposed to work: https://github.com/go-acme/lego/blob/01747e39cc77b5041cde93ca6bdb500710e58976/providers/dns/exec/exec_test.go#L34-L43 https://github.com/go-acme/lego/blob/01747e39cc77b5041cde93ca6bdb500710e58976/providers/dns/exec/exec_test.go#L52-L61 However, it doesn't matter. I will...
Using some good old fashioned `println` debugging, I determined that the answer to the question in https://github.com/go-acme/lego/pull/1802#issuecomment-1404375328 is the tests that are testing non-existent DNS servers are taking too long....
@ldez @dmke will you be able to review this soon?
@ldez is there anything I can do to help move this along?
I'm at a loss for how to proceed here. There is activity in the repo with other PRs being reviewed and acted upon, but this one continues to sit idle...