Isaac Arogbonlo
Isaac Arogbonlo
hello, is this article still available?
Hey @talex5 @patricoferris . I'm sure this is better. Please check it out and let me know. Thank you.
> Thanks @Arogbonlo ! I appreciate your efforts!
Ok. I'll get that done immediately!
Hey @talex5 @patricoferris . I'm sure this is better. Please check it out and let me know. Thank you.
Hello @talex5 , Each time i update `eio_unix.mli` with the more flexible types, the build constantly fails. Please I'd like your intervention here. Thank you
In the `eio_unix.mli` file, there is `val pipe : Switch.t -> source_ty r * sink_ty r` , which returns a pair of flows (`source_ty r` and `sink_ty r`), where `source_ty`...
> The one in `process.mli` now uses ` Type Eio_unix.source_ty = [ `Close | `Flow | `R | `Unix_fd ] > is not compatible with type Eio.Flow.source_ty = [ `Flow...
Hey @mbarbin I think to address the type-safety issues with Eio.Resource and Obj.magic here, start by minimizing or eliminating Obj.magic whenever possible. This function bypasses OCaml’s strict type system, which...
Hey @patricoferris. Please look at this and let me know if there are lapses. Thank you.