John Leach
John Leach
ensure there are links to the article show pages, include a snippet of text of the latest article (perhaps extract important keywords?). perhaps focus on linking to the diffs, not...
don't let search engines index and archive the news article versions.
Something like http://www.newssniffer.co.uk/articles/534708/diff/3/4#p8 needs a nice way to discover the link too (perhaps a hover-over link icon)
version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6 ``` /bin/node_exporter --path.procfs=/host/proc --path.sysfs=/host/sys --path.rootfs=/host/root --web.listen-address=[0.0.0.0]:9100 ``` I'm running node_exporter within kubernetes, using the community helm chart. It sets up the current mounts: ``` volumeMounts: - mountPath:...
I cannot find any mention of what license the code is released under and there are no copyright notices. mit license is nice, but you might consider the gpl too....
In issue #3, the content was being sent with a \n on the end which resulted in an empty line sent to powerdns (which it doesn't like and). I've also...
If you pass bad data back to powerdns it kills the process and logs lots of messy stuff to the ogs. it'd be nice if powerdns_pipe did some basic validation...
minor one, but the releases on github in zip format don't have a top level directory. It's a bit of a de-facto standard to do so. When unzipping it, I'd...