-
The following code is a minimized version of https://github.com/aantron/dream/issues/297 that no longer calls into Dream at all:
```ocaml
type _ Effect.t += E : unit Effect.t
let () =
Effect…
-
I triggered an out of memory exception while trying to deploy a ~17 MB unikernel with no arguments. The mollymawk unikernel itself runs with "only" 128 MB.
```
console 2024-10-18T09:54:08-00:00: 2…
-
mk270 updated
7 years ago
-
I have a small test of irmin using the git backend, which works perfectly on its own. I wanted to experiment with irmin-pack and added it as a dependency, and found that the original git backend examp…
-
https://github.com/hackwaly/ocamlearlybird/blob/1780298f06fc814b52ad3cc550d599e64014defe/ocaml_debug_adapter/debug_conn.ml#L145-L146
On 32-bit OS `Lwt_io.BE.read_int` reads `-1` as `-2` and check `…
-
*Installation details*
Scylla version (or git commit hash): 666.development-0.20200320.df8b3cd5dc1
Cluster size: 4 nodes (i3.2xlarge)
OS (RHEL/CentOS/Ubuntu/AWS AMI): ami-0386a4a8dc2086366 (eu-west…
-
OCaml 5 is just around the corner. Are there any plans/vision for Lwt in OCaml 5 world, featuring multicore and effect handlers? Will Lwt be evolved further, or it will be left at support mode, leavin…
Lupus updated
2 years ago
-
This test suits checks that two different promises are structurally equal. This relies on an internal behaviour that only the state is stored. Is this the intended purpose of these tests? If so, why? …
-
This is a minor note, and easily fixed on the end of the coder, but it's something that I recently found and it wasn't totally trivial to find for me (who is quite new to OCaml).
----
```ocaml
…
-
Since `g_main_context_dispatch` is called in the main Lwt thread, the callbacks associated to Gtk events cannot call Lwt functions. Do you think it would be possible to call this function in a detache…
zoggy updated
6 years ago