Anton Bachin

Results 662 comments of Anton Bachin

Note: https://github.com/yawaramin/re-web/blob/0d6c62fb432f85cc43757c46849df8b75985199b/ReWeb/Server.mli#L29

This is indeed an awkward part of the API and will need to change. Historically, it became this way because `S_IFMT` was added later than the other bits. However, I...

I'm also seeing this in a clean 5.0.0 switch.

I looked at the [code](https://gitlab.com/raphael-proust/lwt-effect-try-out/-/blob/develop/src/M01pause.ml) linked in #961 and the comments, but I don't see why an outer effect handler would not work, and the comments in the examples suggest...

Thanks for the report. Namespaces is a dormant project at this point. I don't have time to work on it, and I can't recommend using it. If you would like...

This is a good idea. About the status of this project: Namespaces currently doesn't work well enough in somewhat complex situations. My original plan was to basically write a new...

Thanks for the report. I will likely rewrite Namespaces soon due to other issues; the rewrite should take care of this problem as well.

I'm not fully sure what is necessary here. However, Hyper does not directly rely on any implementation. As you can see from `?server` arguments to all the functions https://github.com/aantron/hyper/blob/d4f41825bd25b0da48cb75f127257204b46ce76a/src/hyper.mli#L20-L24 ...the...

Hyper does not *rely* on linking, it just happens to use it. Otherwise, yes.