Anil Madhavapeddy

Results 486 comments of Anil Madhavapeddy

Indeed, the auto generated tarballs from GitHub don't change often, but they do occasionally change if the compression mode changes. e.g. https://github.com/Homebrew/homebrew-core/issues/18044

probably worth seeing what djb's daemontools do on linux. the supervisor processes set the proc title. I suspect it's a mass of ioctl gunk :-/

I do think the `uri` library overall is in need of an overhaul using a modern parser combinator like Angstrom. Having said that, you should be able to check for...

I think @mor1 made some progress on an ipv6 parser in ocaml...

related to mirage/ocaml-ipaddr#9

This works pretty well with Ipaddr atm; do we really need it in URI? ``` Ipaddr.of_string (match Uri.host (Uri.of_string "http://[::1]") with |Some i -> i |None -> failwith "");; -...

I agree we should redact the passwords by default.

Given the existence of GDPR, the best approach is probably to default to not printing the username and password in `pp`. How about just a single function with the signature...

Sounds good to me; a PR would be great. Mainly it would be useful if you could look through RFC6455 and ensure that the normalisation scheme matches `module Http` or...

No one is working on this issue at the moment; I’m happy to review a PR