Calascibetta Romain

Results 151 issues of Calascibetta Romain

When I try to install `ocaml-windows` which wants to install `ocaml-windows32` on my Ubuntu 16.04, I got all the time this error: ``` #=== ERROR while compiling ocaml-windows32.4.08.0 =============================# #...

Currently, this is the diff between `dns-client.lwt` and `dns-client.unix`. I know that we missed something like `tls.unix`/`tls-unix` but [I did one][tls-unix], do you think that it's interesting or should I...

After ~2 weeks, I systematically get an `Out_of_memory` with this trace: ``` console 2022-03-02T13:17:44-00:00: Fatal error: exception Out of memory console 2022-03-02T13:17:44-00:00: Raised by primitive operation at Stdlib__Hashtbl.resize in file...

This feature from the OCaml distribution expects that the toolchain used to compile OCaml must be `gcc` or `clang` and it recognizes it by the name of the toolchain. In...

I think the issue is **really** complex but I took the `nolibc` implementation here for [`gilbraltar`][] and I was stuck at one point where `memcpy` seems to fail. Indeed, with...

A simple fix to disallow `@` on scheme according to [RFC 3986](https://tools.ietf.org/html/rfc3986#section-3.1). We need a `REVDEP` to be sure to not break anything.

I'm not sure how to fix that properly when it seems that *BSD has a different semantic about `connect()` (see #8) and probably `accept()`. It seems that our test where...