Calascibetta Romain
Calascibetta Romain
It seems that `bundle_refs/*` files are generated but I don't know how and if we can _promote_ (à la `dune`) these files - and help the maintainer to integrate his/her...
In my objective to be able to export a nice library to calculate dependencies from the `codept` project, several points need to be clarify to improve step by step the...
This PR is a possible improvement about what we expect when we use the basic function `split_on_char`. From my point of view, `String.split_on_char` is problematic because: - the function can...
To ensure a certain stability across patches/upgrade, it will be nice to monomorphise `compare` functions. In many places, `Stdlib.compare` is used and it will be nice to implement a simple...
Currently, if we do a simple `dune build` on the project, we get this error: ```sh $ dune build File "experimental/server/codept_server.ml", line 22, characters 42-59: 22 | let map =...
This is more of a maintenance issue but when reading the code, the programming style is not really consistent. I don't really have strong opinions on this but have you...
Take a look on this article: https://apenwarr.ca/log/20101213
Currently, `bob` is not able to resume a tranfer. I will be nice to extend the protocol (between peers) to be able to download only what it was missed.
It seems that the Cosmopolitan binary can be wrapped into `torsocks`. I think that `torsocks` introspects some syscalls but Cosmopolitan obfuscates syscalls.