Stephen Levine

Results 81 comments of Stephen Levine

Correction to the above: > does not cache Letsencrypt previously deployed unbound with `cache-max-ttl` set to 0[1] to check with authoritative nameservers. While unboundtest.com is still configured this way[2], they...

If there are more than 8 TXT records for the same FQDN, route53 returns 8 of them randomly when the TXT records are queried. There is no limit to how...

Doesn't seem like it would be too difficult to support Dhall input. The Go bindings for Dhall already have examples for JSON and YAML: https://github.com/philandstuff/dhall-golang/tree/main/cmd However, I can't seem to...

Unfortunately, this is not quite as simple to implement as HCL v1: https://github.com/hashicorp/hcl/issues/294 For v5.1.0, I'm considering implementing support for decoding (but not encoding) HCL v2 using https://github.com/tmccombs/hcl2json, which works...

Thanks for the suggestion! As mentioned in the help text in the README, `yj` operates on stdin. So to convert `redis.json` to TOML, you might invoke it like: ``` ./yj...

Thanks for reporting this! It only affects TOML to TOML, as the other data formats don't have a date type. Is this functionality that you would find useful? Would you...

I think there's a bug in your script: `yj yc | yj yy` outputs HCL and tries to parse it as YAML. There is a small difference if you convert...

Hey @jghiloni, sounds reasonable to me, as long as the behavior without the extra flag is as described above. Could also make sense to have it work more generically. The...