Ross McFarland
Ross McFarland
> Mentioned this to @ross earlier today, and he said he had been doing something similar in his own copy of the script. Please to share? i just pr'd the...
> In my script, I cache the timestamp when the script last run seems like anything relying on the cache is eventually going to run in to trouble when the...
I have a setup where I wrote a general rule that all incoming github notifications go in to a `GitHub/Pending` label and skip the inbox and the modified the script...
as mentioned i had to get stuff out of my inbox b/c android notifications were firing too quickly. i assume others will have that same issue so this might be...
As a (hopefully temporary solution) I'm using something similar to the following as a wrapper around the restart command. For datadog the `#{template}` would be moved to a tag rather...
:wave: @findkim & @pvandervelde. I realize it's a bigger shift than the stats work that was added in https://github.com/hashicorp/consul-template/pull/1378, but identifying the templates only by hash in the metrics doesn't...
@libesz were you able to figure out what the API wants here? I've tried sending in: ```json { "name": "lua.exxampled.com", "type": "LUA", "ttl": 3600, "changetype": "REPLACE", "records": [{ "content": "A...
> I would like to see more outputs, e.g. Graphite and Collectd come to mind. But people will expect high quality (as other tools would bring) not just bare minimum...
WIP bind provider that will be the likely new home of the AXFR stuff now that it's becoming a full-fledged provider. For now it's just a port of the axfr...
This is now a much safer/simpler change as it no longer tries to call `parse_rdata_text` from `validate` or the value constructors. Turned out that wasn't viable since there's no way...