Thomas Leonard
Thomas Leonard
> Trying once more. In eio, do you have a user guide / approach to randomness? No. At the moment, Eio is just exposing what the OS provides: e.g. Linux...
I think it would be better to make a separate project for libwayland bindings and keep this one as pure OCaml. Ultimately, I want to remove as much C code...
They got added in https://gitlab.freedesktop.org/wayland/wayland/-/commit/1638dad6137d7dd26a4a8c5d931bbb5c52dda46c Perhaps we need to add an `Unknown` variant to every enum to represent new additions. Or maybe enums should be defined as `type t =...
Fixed in https://github.com/talex5/ocaml-wayland/commit/b349d6df6fa1837e0f2565378570ce8b68ec3431.
The core `capnp-rpc` library doesn't depend on Lwt, but you'd still need to replace it with something else. Fundamentally, capnp-rpc is a promise library (like Lwt), but in which the...
I tried the lablgtk3 version on 4.12+domains. I used this code: ```ocaml let () = print_endline @@ GMain.init () ``` But it fails for me: ``` $ opam pin add...
Thanks - some of the examples now work for me. e.g. `dune exec -- ./examples/entry.exe` works. But others don't, e.g. ``` $ dune exec -- ./examples/hello.exe fish: “dune exec --...
Here are the .s and .ml files: [files.zip](https://github.com/ocaml/ocaml/files/7033059/files.zip)
I removed all the inline directives, but it still fails. In fact, the `.s` file got larger! ``` /tmp/camlasm3ef8cc.s: Assembler messages: /tmp/camlasm3ef8cc.s:19754: Error: co-processor offset out of range /tmp/camlasm3ef8cc.s:19757: Error:...
> I would try using an array of ones instead of F 1. That doesn't help: ```ocaml utop # #require "owl-top";; utop # open Owl module AD = Owl.Algodiff.D let...