Steve Kemp

Results 93 comments of Steve Kemp

Sorry I kinda dropped the ball on this one - but I guess we should come back to it if it's still happening.

Warn is hardcoded as the default level, sadly: ``` // Setup our default logging level // loggerLevel = &slog.LevelVar{} loggerLevel.Set(slog.LevelWarn) // // Allow showing "all the logs" // if os.Getenv("LOG_ALL")...

That's an interesting idea, thanks for the suggestion. I suspect I would not work on such a thing, but if you were willing to contribute I'd accept. There are probably...

If this only covered hash-keys I'd say "that's great, thanks". But looking at `a.0.xxx` instead of `a[0].xxx` really loses the fact you're looking at an array, and I don't really...

Tagged `wontfix` because I think the effort involved will be pretty substantial, even if logically the description above shows that it can be done in a series of discrete steps....

Currently this is not supported, unfortunately.

* Port 80 is a bad choice because it implies running as root, with Docker even a high port is fine because it will be forwarded to anyway, the internal...

> how is this configurable via ENV? i havn't seen it in source. there is a fixed limit of 200req per hour. Sorry you're right I was sure that it...

Added explicit LICENSE in 2aefe461efd4f9b9b43786eac34dcdb2a668918c which matches what was documented in `lib/DNS/API.pm`.

Note to change mentions of `dns-api.org` in the public site content we'll need to change the contents of `public/` from being raw-html to being HTML::Template, or similar. Shame.