Petter A. Urkedal
Petter A. Urkedal
Apologise for a somewhat long issue posting, I believe it's a tough issue. First, I think writing user interfaces with FRP is a bliss, though as far as I'm aware,...
Posting a large file though `examples/async_echo_post.ml` from the current master gives me the following error: ``` eof 2018-06-21 09:09:51.020525+02:00 Error (monitor.ml.Error (Unix.Unix_error "Invalid argument" writev_assume_fd_is_nonblocking "") ("Raised at file \"src/import0.ml\"...
The `Caqti_request.Infix` module was introduced in version 1.7.0, so I think that must be the lower bond for all sub-packages. We can probably sort out the published opams in ocaml/opam-repository#22070....
We need some more settings for the producers of these cells to complete our setup, since we are using TLS-enabled Kafka. Our configuration is using `*.kafka.producer.configs` for other cells, and...
The [CI from my latest Caqti PR](https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/2340fa3f28379eb7062a8d17af3fa3389df4faf2) shows that some packages fail during revdep builds since they require features from the `Result` module from stdlib which gets shadowed by older...
After shutting down the TLS flow, I would like to close the underlying TCP socket. This is of course handled by the switch, but since I'm using resource pooling, I...
With Eliom 5.0.0 the following program attaches the client-side `` and `` elements to the top level instead of inside the table. In particular the "one" and "three" is correctly...
Is there an efficient way of extracting what corresponds to the Citesummary of the old site? In particular, we have been using queries like [http://old.inspirehep.net/search?ln=en&ln=en&p=find+cn+atlas+and+d+2019&of=hcs&action_search=Search&sf=&so=d&rm=&rg=25&sc=0]() to extract annual metrics for...
I'm wondering if this package needs a new maintainer? We could at least use an OCaml 5 compatible release.
I suggest we switch the build system to Dune to easy future contributions to the project. This PR is my proposal of how to do it as conservatively as possible,...