Michael Bacarella
Michael Bacarella
This PR adapts luv to use the upcoming dune ctypes stanza feature https://github.com/ocaml/dune/pull/3905 This may land by the dune 3.0 release. It works, but marked in WIP because the dune-project...
**Is your feature request related to a problem? Please describe.** Some Discord channels are bridged to IRC channels, such as open source community help channels. Sometimes some n00b shows up...
Currently, when unikernels terminate they just kind of hang forever on GCE instances instead of powering off. Additionally, when a GCE instance receives a stop command, it sends an ACPI...
This is attempt 1 of 2 to solve #499 (attempt 2 is at #501) Summary: This is my failed attempt to resolve #499 . It will detect the PIIX4 on...
This is attempt 2 of 2 to solve #499 (attempt 1 was #500) Summary: This is my failed attempt to resolve #499 . It will detect the PIIX4 on GCE...
I proprose this PR to expose the async tls_handler to users of the library. This is needed if you want to do your own Tcp service management, such as if...
`tls.opam` lists `lwt` as a dependency. Would a PR that separates it out the `lwt` stuff into a separate package like `tls-lwt` be acceptable? Just like the way `tls-async` is...
Suppose you have code that uses `ppx_tools_versioned` and `ocaml-migrate-parsetree`. The code builds up an Ast_404 parsetree and then, as a last step, when it comes time to generate .ml and...
Hi there, One way of using ctypes stubgen involves building and running this OCaml program: ```ocaml let () = print_endline "#include "; Cstubs_structs.write_c Format.std_formatter (module Mpg123_c_type_descriptions.Types) ;; ``` that outputs...
### Feature Description I understand this is being worked on but thought I would create an issue so that there's a focal point for discoverability. I just tried to cmake...