Benjamin Sago
Benjamin Sago
My inkling is that it's finding an IPv6 nameserver address, but is treating it like a `host:port` value, complaining that the port isn't formatted correctly. (I didn't test the IPV6-_and_-Windows...
Yeah, DNSSEC is a _big_ feature. I want to add support for it eventually, but it will take some time. (It took me a lot of time to get acquainted...
I'd like to allow `cargo install dog`, but I'm not sure whether it's possible, because the crate is made up of three sub-crates (`dns`, `dns-transport`, and `dog`). Cargo wants them...
You need to pass a HTTPS-responsible nameserver when using the `-H` or `--https` flags. (This is still a bug, but that's how to get the error to go away: see...
I added a check (the primary fix), so if you don't pass a nameserver, you at least get a warning rather than a crash.
I can see this feature being useful. #63 is also output-related.
Yeah, I've had reports of the Git functionality being _really_ slow on large Git repositories. I'm looking into what I can do with libgit2 to mitigate this. As you say,...
It shouldn't do that! Let me test this.
Confirmed - that's definitely wrong!
d547c3f5d788f202de353938eaaedbb67a3624df should fix it. Thanks for noticing the problem!