Christophe Raffalli

Results 144 comments of Christophe Raffalli

Hello David, Thanks for your interest. Currently, simple_httpd uses epoll/Polly for its scheduling. On MacOS, we will have to use kqueue (or go back to select, but this would really...

Hello again, I just checked poll, it does not give access to all properties I need from epoll. So the only way it to write a version of Async.ml for...

I think I have the same issue on a raspberry pi. I was using hyper, tried to close the message in Hyper.get / Hyper.post doest not solve the problem. Are...

I copy the message I dit on hyper: I investigated more. Calling Message.close and/or using Hyper.request did not solve the problem. I think it is deeper in Dream and may...

Anton Bachin ***@***.***> writes: > Thanks. I am still working on this, but greatly slowed down by that I haven't been able to observe it locally -- so far only...

@copy And unfortunately, this does not: ``` type u type v type _ tmp = | U0 : u tmp | A : v tmp | B : v tmp...

Le 21-01-27 09:21:08, Arseniy Alekseyev a écrit : > Just clarifying the downside of disabling this warning in dev: the downside is > that the build may succeed in dev...

PR #134 should solve this

How fine grain the PRs ? - [ ] one PR per function - [x] one PR for @@noalloc, one for removing useless runtime_release, one for each group of related...

I meant that you might have another Idea for grouping changes together that the 2 I propose.