Calascibetta Romain

Results 188 comments of Calascibetta Romain

The pull-request has some style updates which should be out of that. I don't have strong opinion about style but they should be done with some others PRs (for example,...

Hi, sorry for the large delay. I just pushed a new PR which add a new test and reproduce your usage with a fix here: #596 This patch breaks the...

Yes, the problem came from the release of `3.0.0` to avoid a cyclic dependency between packages and `dune`'s artifacts. For instance, `git-nss` was removed because tests need `git` but, for...

I see, so I will let this issue open until we remove `dune runtest` from these packages if it's urgent.

May be a good way is to replace `Url` by `ocaml-uri` - but, yes lot of works :( ?

Yes, I know this problem :) . I can try to replace `Url_base` and `Url` by `ocaml-uri` and keep the same interface - to keep the compatibility with Eliom -...

After much testing with @vouillon, we are able to find the bug that actually comes from Lwt ([issue #48](https://github.com/ocsigen/lwt/issues/48)) which corresponds to a competition problem between the parent process and...

A binding with `brotli` [already exists](https://github.com/fxfactorial/ocaml-brotli). So, I know, this is put a new dependence in `ocsigenserver` but it will be good to use it. Then, I take this opportunity...

So, I have an application (functorized over the `Mirage_random.S` given by `mirage`) which expects the `g` state to be able to generate something random from this state. So I need...