Christophe Troestler

Results 145 comments of Christophe Troestler

Thanks. The compilation now stops at [installing lacaml](https://ci.appveyor.com/project/Chris00/fftw-ocaml/builds/23173423#L839) (needed for some tests).

It looks like that, to have the behavior you'd like, the order of the operations has to be taken into account. Indeed, you could have commited these changes to B...

http://blog.fogcreek.com/announcing-kiln-harmony-the-future-of-dvcs/ may provide some partial answers (and not specifically on this issue).

Yes, the two explained on the linked page: "orientation" (on what side of s straight line) and "in_circle".

Unfortunately, I do not have access to a Windows machine at the moment. A pull request would be welcome.

http://hal3.name/megam/ is the URL [recommended in the README of the tarball](http://hal3.name/megam/megam_src.tgz). Moreover, it does make a difference because it does not contain `~` and with the above URL (in Github,...

On 2016-12-07, Danny Edel wrote: > > This sounds like a good idea for a user's point of view, but there may > be some issues with implementing this, mainly...

> `Lwt_bytes.read/write` operate on `Lwt_unix.file_descr`, not `Lwt_io` channels (as needed to read from/write to TLS channels via `Lwt_ssl`). It looks like a first move would be to request _Lwt_ to...

BTW, while we are at it, `IO.read` should report differently EOF and an error condition — IMHO it is very important to distinguish the two, one may have to rely...

Here is a version that works: ``` bwrap --ro-bind /bin /bin --ro-bind /lib /lib --ro-bind /lib64 /lib64 --unshare-pid bash ```