Leandro Ostera
Leandro Ostera
Thanks for chiming in @avsm — after some late-night refactoring a few days ago I actually decoupled the core API from the IO layer (Lwt), so this issue sort of...
Some thoughts: currently the Request interface should be easy enough to fulfill by using for `io` type `Promise.t` (or any alternative like `Repromise.t`) and the `send` function with an external...
:+1: to this. A PR will be welcomed.
Also @Iristyle could you post a gist to show the temporal solution? Thanks!
maybe you want to lift the component to another type where map works from Component to Component rather than from Element to Element? ```js a = ReactDream(props => ) b...
For reference, in the Bazel world (https://bazel.build), where all inputs have to be made clear for fully hermetic and deterministic builds, there's been an integration with nix (https://github.com/tweag/rules_nixpkgs) that lets...
I've started using this with an OCaml to Erlang compiler: [caramel](https://github.com/AbstractMachinesLab/caramel)
Interesting question! I think it is possible, but it would require a bit of work. **Message safety** would require strict checks at the boundaries of both sides, and possibly sharing...
This just became very relevant again now that I’ve rewritten reactor to work natively. I’ll reopen.
@Schniz good idea. I believe the bug may be related to the pipe used across processes being removed after one of them die, and then the other one can't really...