Anton Bachin
Anton Bachin
> I didn't get an error with dune `2.8.2`. Could you test this version? It still occurs with 2.8.2. The most likely reason you didn't observe it is that you...
It's possible to have one binary. I am doing that in [Bisect_ppx](https://github.com/aantron/bisect_ppx), using a [patched](https://github.com/aantron/bisect_ppx/blob/61399f61ea830425adaca039eb827447258f1365/esy.json#L32) ocaml-migrate-parsetree (which I should probably just release).
I am unable to reproduce this locally right now. It looks like some kind of upstream error, probably in esy's repos, and it might have been fixed upstream. Have you...
I'm going to close this for lack of information/ability to reproduce it. I've also converted the OCaml-syntax examples to use opam as the recommended package manager.
We definitely want to make Dream more compatible wth Eio, but I have to take a fresh look at this PR. This PR, as I recall, has Dream still mostly...
I'm going to close this in favor of #254, where work on the Eio is proceeding. I have the branch locally, so I can refer to authorship information, which I...
I've since manually restarted the server several times. There is some bug that causes it to crash every now and then, which needs to be fixed. I am turning this...
I could definitely use help with this due to time constraints! I realize your question was in August, but replying for the sake of clarity :) The playground is open...
This appears to be an instancee of #230, so caused by an upstream problem in websocket/af. I don't want to debug it too much immediately, because the Eio version of...
In fact, it appears there is a new infinite loop in recent websocket/af, analogous to #230, but now in `Websocketaf.Wsd.close`. Still looking into it.