Ross McFarland
Ross McFarland
As I've gotten further and further into the things that shake out of this change it's touched more things. I think I'm to the point to where I'm going to...
> I was trying to create an SRV record but used an incorrect syntax in the YAML file: > > _autodiscover._tcp: > - port: 443 > priority: 0 > target:...
> I was expecting that too but that's not the case. Probably because `type` is here even if its value is a string and instead of a dict. Ah totally...
Interesting use case that I haven't run across. Should be doable with a `Processor`. Don't think there's anything currently that will though. My first thought is that it'd be something...
Have a look at https://github.com/octodns/octodns/pull/1259 for what I have in mind. I've run out of time for it today and it may be a while before I get back to...
> However I ran into an error after checking out your branch and launching `octodns-sync`: Yeah. I've implemented `template` methods for all the types, but haven't had a chance to...
Yeah. That's an validation that I'm not really sure yet what I want to do about. The `{` stuff isn't valid in a CNAME and it seems a little funky...
/cc https://github.com/yaml/pyyaml/issues/632 which is closely related if not identical.
/cc https://github.com/yaml/pyyaml/pull/894
Your read of things appears to be correct. Currently there is a `fh` param to which all the plan output classes write their output. It defaults to `stdout`, https://github.com/octodns/octodns/blob/462821df3f684b538c52c923d42b6f27df7f55fb/octodns/manager.py#L701 and...