Calascibetta Romain

Results 188 comments of Calascibetta Romain

Do you know which version of `digestif` `zeit` took?

An other possibility is to abstract the underlying flow such as: ```ocaml type 'flow Tls_unix.flow type 'flow fully_write = 'flow -> string -> int -> int -> unit type 'flow...

Hmmhmm, the problem is that we need to clone _bare_ local repository in our case, do you have an other solution for that?

> Do you need the .git directory in the clone? If not, you could probably just git checkout --work-tree=/repo/dir /tmp/dir. There should probably be a separate with_export or something to...

What do you think about this new version? I did not test it.

> I think there should be two functions: one to clone with .git Ok but who decide which one to use? You expect a new argument which permits the user...

I updated this PR with what you asked but I'm really not sure about what you expect :confused:. It's not clear to me which API you want.

I rebased this PR with _upstream_, it's possible to have a review of it?

The pull-request was rebased.

Euh yes, a program like `utop` should not have a `Fatal error` and just give up. From what I know, this error appear when it tried to print the output...