mfp
mfp
On Wed, Nov 26, 2014 at 11:55:11AM -0800, David Kaloper wrote: > Cstructs _are_ a minimal wrapping of bigarrays with offset/length! I'm not very lucid today, what I meant was...
I'm thinking of implementing a trivial buffer pool to prevent allocation of large buffers (both `Bytes.t` and `Lwt_bytes.t`/`Cstruct.t`), starting from conduit and upwards to cohttp and ocsigenserver. I [did it...
As it turns out, there's a better, much more convenient workaround: ```ocaml let borken_maybe (x : int) s = let plus_x x = [%shared ((+) ~%x)] in S.map [%shared S.map...
I've been able to reproduce the `Non_xml_content` issue accidentally: when the response is not valid XML, `x.XmlHttpRequest.content_xml` will be None, even if the XHR request was serviced correctly, and the...
Addressed in #87.
AFAICS it builds & installs fine w/ jenkins (certainly builds for me). Same (phony?) uninstall error as in #84.
On Mon, Aug 17, 2015 at 05:38:28AM -0700, Vasilis Papavasileiou wrote: > Thanks for doing this. I haven't read the last-chunk part carefully, but the > rest of the code...
I suppose this issue is blocked until the next ocaml-ssl release. FWIW, I have applied the following patch to my local build. It's not quite the Right Thing to do,...
On Wed, Dec 12, 2018 at 10:13:03AM -0800, Vincent Bernardoff wrote: > Even though I `set_retry_on_busy`, I get my program crashing with BUSY exceptions. Haven't taken the time to investigate...
OK, I found a likely culprit (if you are using Sqlexpr_sqlite_lwt, that is). I cannot reproduce this reliably, so I'd be grateful if you could apply this and check with...