Anil Madhavapeddy
Anil Madhavapeddy
xrefing https://github.com/ocaml/opam-repository/pull/24608 here.
Thanks @lpw25 for your thoughts on a more flexible API. What does your API look like when desugared without syntax changes? It's not clear to me if the separation of...
I opened the PR up as a followup to the brief discussion at the developer meeting. Once there's consensus on what we'd like for 5.2, I'll clean up the PR...
We do need hardware to regularly test and maintain any native code architecture that's in-tree, but my understanding is that there is an export ban on Loongson chips to anywhere...
I'm perfectly aware of qemu, but that wasn't my question.
After consulting with the local Docker maintainer @djs55, we've come to the conclusion that there's no easy workaround for the Swarm issues without a more serious dive into the codebase...
I think that compose supports the restarting of services on reboot (or rather, the underlying engine just seems to restart them). But secrets does need some investigation... If compose does...
I'd prefer to do things one step at a time: simplifying the existing Docker setup, and subsequently evaluating a potential switch to NixOS.
I worry a little about the complexity of the stack on a single host. I'm ok with this workaround in the short term, but we do need to think about...
Looks write to me (geddit?). I originally set that 4000 as a placeholder to make sure we don't overflow an Io_page, but that shouldn't be an issue any more. Would...