Anil Madhavapeddy
Anil Madhavapeddy
> A proxy must not change the order of header fields This is not accurate. To quote RFC 7230 3.2.2: > The order in which header fields with the same...
Agreed, or a short term fix to the mime types database for common things like Markdown and OCaml sources.
Looks good to me. /cc @djs55 who wanted something similar -- a non-Lwt one that read things byte-by-byte so that it could be fd-passed to another process once the HTTP...
The create function ought to block until the socket is ready to accept -- a bug otherwise. > On 21 Oct 2015, at 05:04, Thomas Leonard [email protected] wrote: > >...
I've created a new https://github.com/ocaml/opam-source-archives to host selective archives that are important and prone to disappearance from elsewhere. This should tide us along until the Software Heritage archive is available...
> Why doesn't opam use git clone --depth 1, instead of generated tarballs opam is simply following the instructions of the maintainers who generate the package description. They claim in...
This is probably most easily done with an awk script or similar :-) PRs welcome!
PR for this is still welcome...
@AltGr is this command in opam-2.0.x or will it be in 2.1? @kit-ty-kate is working on an integration of https://github.com/ocurrent/ocaml-ci to replace the current datakit-ci, and so we could integrate...
Unfortunately, this does look like a useful backport as the newer distros in opam-ci are starting to run into it...