Calascibetta Romain

Results 255 comments of Calascibetta Romain

> After fixing the URL, the testsuite goes through, but it takes an hour to complete, compared to less that a minute for other variants. Most time is spent in...

We probably can fully delete the cycle between `happy-eyeballs-lwt` and `dns-client-lwt` and replace `'response Dns.Rr_map.key` by a polymorphic variant for instance.

> Are there any features missing from Cosmopolitan that would make supporting it difficult? Is it a good initial task for new contributors? From the Cosmopolitan side, everything should be...

If you have the time to see if it's work with `hvt`, it will be superbe 👍 .

> the signature of Mirage_clock.PCLOCK is extended with the new refresh function, The `refresh()` function can be register with `Mirage_runtime.run_enter_iter_hooks` :+1:.

The basic idea of `bechamel` is to execute a given function N times and collect metrics during its N executions. Let's take the time metric and a function `fn`. If...

I just would like to note that, in anyway, `dream` will lost the support of MirageOS with this PR. There are currently no real solutions to keep MirageOS support (although...

Do you have a reason to define `type hmac` and not to use `type ctx`?

> Another possible solution is to define a type 'a ctx' and use a phantom type to keep track of whether we're computing a hmac (where we must do some...